aboutsummaryrefslogtreecommitdiff
path: root/graphics/birdfont
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-03-05 02:05:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-03-05 02:05:48 +0000
commit58a1fadca5651a7e1071446c2d8a3b92d9fe26dc (patch)
treef3ec6e18f0e89c40ce539ab745507aeb29fec52c /graphics/birdfont
parent09291dd82fcec932be78a1cd84d1c5b3f5bcd7cb (diff)
downloadports-58a1fadca5651a7e1071446c2d8a3b92d9fe26dc.tar.gz
ports-58a1fadca5651a7e1071446c2d8a3b92d9fe26dc.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass' Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=527805
Diffstat (limited to 'graphics/birdfont')
-rw-r--r--graphics/birdfont/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile
index 22813b09760a..02d6a855d6a4 100644
--- a/graphics/birdfont/Makefile
+++ b/graphics/birdfont/Makefile
@@ -21,8 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libxmlbird.so:textproc/libxmlbird
-USES= gettext-tools gnome pkgconfig python:3.7+,build \
- shared-mime-info shebangfix sqlite:3 tar:xz
+USES= compiler:c++11-lang gettext-tools gnome pkgconfig \
+ python:3.7+,build shared-mime-info shebangfix sqlite:3 \
+ tar:xz
USE_GNOME= cairo glib20 gtk30
INSTALLS_ICONS= yes
USE_LDCONFIG= yes