svn commit: r480257 - head/devel/avro-cpp
Mark Linimon
linimon at FreeBSD.org
Fri Sep 21 11:33:11 UTC 2018
Author: linimon
Date: Fri Sep 21 11:33:10 2018
New Revision: 480257
URL: https://svnweb.freebsd.org/changeset/ports/480257
Log:
Fix build on gcc-based archs.
PR: 231497
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/avro-cpp/Makefile
Modified: head/devel/avro-cpp/Makefile
==============================================================================
--- head/devel/avro-cpp/Makefile Fri Sep 21 11:28:59 2018 (r480256)
+++ head/devel/avro-cpp/Makefile Fri Sep 21 11:33:10 2018 (r480257)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
WRKSRC_SUBDIR= lang/c++
More information about the svn-ports-head
mailing list