svn commit: r371561 - head/irc/weechat

John Marino marino at FreeBSD.org
Mon Oct 27 12:23:16 UTC 2014


Author: marino
Date: Mon Oct 27 12:23:15 2014
New Revision: 371561
URL: https://svnweb.freebsd.org/changeset/ports/371561
QAT: https://qat.redports.org/buildarchive/r371561/

Log:
  irc/weechat: Remove CFLAGS+= Qunused-arguments
  
  That switch is not recognized by GCC, and GCC 4.7 and later will
  considered unrecognized switches as errors and break the build.  This
  was seen on dports, but can be reproduced on ports with USE_GCC=yes.
  
  PR:		194575
  Approved by:	jase@ (maintainer)

Modified:
  head/irc/weechat/Makefile

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Mon Oct 27 12:19:12 2014	(r371560)
+++ head/irc/weechat/Makefile	Mon Oct 27 12:23:15 2014	(r371561)
@@ -89,7 +89,6 @@ BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/tex
 CMAKE_ARGS+=	-DENABLE_MAN=yes -DMANDIR=${MANPREFIX}/man -DENABLE_DOC=yes
 .else
 CMAKE_ARGS+=	-DENABLE_MAN=no -DENABLE_DOC=no
-CFLAGS+=		-Qunused-arguments
 .endif
 
 .include <bsd.port.options.mk>


More information about the svn-ports-head mailing list