Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 19:29:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540341 - head/print/cups
Message-ID:  <202006241929.05OJTAK5081221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jun 24 19:29:10 2020
New Revision: 540341
URL: https://svnweb.freebsd.org/changeset/ports/540341

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-Wno-unused-result"
  
  (et. al.)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/print/cups/Makefile

Modified: head/print/cups/Makefile
==============================================================================
--- head/print/cups/Makefile	Wed Jun 24 18:00:58 2020	(r540340)
+++ head/print/cups/Makefile	Wed Jun 24 19:29:10 2020	(r540341)
@@ -36,7 +36,7 @@ CONFIGURE_ARGS=	--disable-dnssd						\
 		--with-pam-module="unix"				\
 		ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI=	\
 		ac_cv_path_PHP= ac_cv_path_PYTHON=
-USES=		cpe gmake iconv localbase pkgconfig
+USES=		compiler:c++11-lang cpe gmake iconv localbase pkgconfig
 CPE_VENDOR=	apple
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	cupsd



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