svn commit: r492113 - head/devel/kiwix-lib

Mark Linimon linimon at FreeBSD.org
Mon Feb 4 11:43:31 UTC 2019


Author: linimon
Date: Mon Feb  4 11:43:30 2019
New Revision: 492113
URL: https://svnweb.freebsd.org/changeset/ports/492113

Log:
  This port requires C++11-compatible compiler to build.  Add
  USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  PR:		235309
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/kiwix-lib/Makefile

Modified: head/devel/kiwix-lib/Makefile
==============================================================================
--- head/devel/kiwix-lib/Makefile	Mon Feb  4 11:39:45 2019	(r492112)
+++ head/devel/kiwix-lib/Makefile	Mon Feb  4 11:43:30 2019	(r492113)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libzim.so:devel/libzim \
 		libctpp2.so:textproc/ctpp2 \
 		libcurl.so:ftp/curl
 
-USES=		meson pkgconfig python:3.6+ shebangfix
+USES=		compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	kiwix


More information about the svn-ports-head mailing list