svn commit: r350733 - branches/2014Q2/devel/gdb
Bryan Drewery
bdrewery at FreeBSD.org
Wed Apr 9 18:20:07 UTC 2014
Author: bdrewery
Date: Wed Apr 9 18:20:06 2014
New Revision: 350733
URL: http://svnweb.freebsd.org/changeset/ports/350733
QAT: https://qat.redports.org/buildarchive/r350733/
Log:
MFH: r350732
- Fix build with clang34
This has many unused functions and variables and uses -Werror. Don't
consider those as warnings for now.
Discussed with: jhb
Approved by: maintainer (they approved -no-werror, let's keep other warnings)
Modified:
branches/2014Q2/devel/gdb/Makefile
Directory Properties:
branches/2014Q2/ (props changed)
Modified: branches/2014Q2/devel/gdb/Makefile
==============================================================================
--- branches/2014Q2/devel/gdb/Makefile Wed Apr 9 18:17:33 2014 (r350732)
+++ branches/2014Q2/devel/gdb/Makefile Wed Apr 9 18:20:06 2014 (r350733)
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTV
--without-libunwind-ia64 \
--enable-targets=all
CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes
-CFLAGS+= -DRL_NO_COMPAT
+CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable
EXCLUDE= dejagnu expect sim texinfo intl
EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /}
More information about the svn-ports-all
mailing list