Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 12:23:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371561 - head/irc/weechat
Message-ID:  <201410271223.s9RCNF8b031212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410271223.s9RCNF8b031212>