svn commit: r480457 - head/devel/cjose

Mark Linimon linimon at FreeBSD.org
Sun Sep 23 06:04:22 UTC 2018


Author: linimon
Date: Sun Sep 23 06:04:21 2018
New Revision: 480457
URL: https://svnweb.freebsd.org/changeset/ports/480457

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

Modified:
  head/devel/cjose/Makefile

Modified: head/devel/cjose/Makefile
==============================================================================
--- head/devel/cjose/Makefile	Sun Sep 23 05:59:30 2018	(r480456)
+++ head/devel/cjose/Makefile	Sun Sep 23 06:04:21 2018	(r480457)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libjansson.so:devel/jansson
 
-USES=		libtool pathfix pkgconfig ssl
+USES=		compiler:c++11-lang libtool pathfix pkgconfig ssl
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list