svn commit: r483241 - head/devel/nss_wrapper

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 08:45:23 UTC 2018


Author: linimon
Date: Sun Oct 28 08:45:22 2018
New Revision: 483241
URL: https://svnweb.freebsd.org/changeset/ports/483241

Log:
  Fix build on gcc-based archs.
  
  PR:		231937
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/nss_wrapper/Makefile

Modified: head/devel/nss_wrapper/Makefile
==============================================================================
--- head/devel/nss_wrapper/Makefile	Sun Oct 28 08:40:27 2018	(r483240)
+++ head/devel/nss_wrapper/Makefile	Sun Oct 28 08:45:22 2018	(r483241)
@@ -10,7 +10,7 @@ COMMENT=		Wrapper for the user, group and hosts NSS AP
 
 LICENSE=		GPLv3
 
-USES=			cmake:outsource perl5 shebangfix
+USES=			cmake:outsource compiler:c++11-lang perl5 shebangfix
 USE_PERL5=		run
 USE_LDCONFIG=		yes
 


More information about the svn-ports-all mailing list