Date: Wed, 9 Apr 2014 18:20:06 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350733 - branches/2014Q2/devel/gdb Message-ID: <201404091820.s39IK6Nk068280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 /}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091820.s39IK6Nk068280>