aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-25 13:18:06 +0800
committeryuri <yuri@FreeBSD.org>2018-03-25 13:18:06 +0800
commit7ad4a24a5b3acd7b5954648023e352bd5756afec (patch)
tree088a15c9bd3ec684bf2a3df8a3e61872ea303667 /textproc
parent356354f281456b451ad29e304c2f852cd2366ce1 (diff)
downloadfreebsd-ports-gnome-7ad4a24a5b3acd7b5954648023e352bd5756afec.tar.gz
freebsd-ports-gnome-7ad4a24a5b3acd7b5954648023e352bd5756afec.tar.zst
freebsd-ports-gnome-7ad4a24a5b3acd7b5954648023e352bd5756afec.zip
textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-lang
jhibbits reported that they are failng on powerpc64 because of c++11 issues. PR: 226861 226862 Reported by: jhibbits
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libepubgen/Makefile2
-rw-r--r--textproc/libqxp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libepubgen/Makefile b/textproc/libepubgen/Makefile
index b8342d8fa861..01753b5ba016 100644
--- a/textproc/libepubgen/Makefile
+++ b/textproc/libepubgen/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= compiler:features libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
diff --git a/textproc/libqxp/Makefile b/textproc/libqxp/Makefile
index 976c33cea67a..52088a86a9e2 100644
--- a/textproc/libqxp/Makefile
+++ b/textproc/libqxp/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= compiler:features libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip