svn commit: r488037 - head/irc/znc-push

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 01:13:17 UTC 2018


Author: linimon
Date: Sat Dec 22 01:13:16 2018
New Revision: 488037
URL: https://svnweb.freebsd.org/changeset/ports/488037

Log:
  This port needs USES=compiler:c++11-lang to build with GCC-based
  architectures.
  
  PR:		234177
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/irc/znc-push/Makefile

Modified: head/irc/znc-push/Makefile
==============================================================================
--- head/irc/znc-push/Makefile	Sat Dec 22 01:06:06 2018	(r488036)
+++ head/irc/znc-push/Makefile	Sat Dec 22 01:13:16 2018	(r488037)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	znc:irc/znc
 LIB_DEPENDS=	libicudata.so:devel/icu
 RUN_DEPENDS=	znc:irc/znc
 
-USES=	gmake ssl
+USES=	compiler:c++11-lang gmake ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jreese


More information about the svn-ports-all mailing list