Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 06:04:21 +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: r480457 - head/devel/cjose
Message-ID:  <201809230604.w8N64LIs026287@repo.freebsd.org>

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



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