svn commit: r567549 - head/devel/libabigail
Mark Linimon
linimon at FreeBSD.org
Sun Mar 7 06:23:15 UTC 2021
Author: linimon
Date: Sun Mar 7 06:23:14 2021
New Revision: 567549
URL: https://svnweb.freebsd.org/changeset/ports/567549
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/libabigail/Makefile
Modified: head/devel/libabigail/Makefile
==============================================================================
--- head/devel/libabigail/Makefile Sun Mar 7 06:19:30 2021 (r567548)
+++ head/devel/libabigail/Makefile Sun Mar 7 06:23:14 2021 (r567549)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-LGPLV3
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libdw.so:devel/elfutils
-USES= gmake libtool localbase pkgconfig python
+USES= compiler:c++11-lang gmake libtool localbase pkgconfig python
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-cxx11=yes
More information about the svn-ports-all
mailing list