aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-12-24 12:34:15 +0800
committerlinimon <linimon@FreeBSD.org>2018-12-24 12:34:15 +0800
commit4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c (patch)
tree78c8f35da3a6bbf91e4b1e64c6d0cd70f67d8e33 /devel
parent3dc0c25e4d8a8c18e33849a69fcafb5ebf75b904 (diff)
downloadfreebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.tar.gz
freebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.tar.zst
freebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.zip
Add compiler:c++11-lang to USES to allow these ports to build on
GCC-based architectures. While here, pet portlint.
Diffstat (limited to 'devel')
-rw-r--r--devel/smack/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/smack/Makefile b/devel/smack/Makefile
index 807ba1a05f5a..4277f9f4c515 100644
--- a/devel/smack/Makefile
+++ b/devel/smack/Makefile
@@ -11,8 +11,6 @@ COMMENT= Low-level I/O storage library which packs data
LICENSE= GPLv2
-BROKEN_powerpc64= fails to build: libboost_filesystem.so: undefined reference to std::__cxx11::basic_string
-
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libsnappy.so:archivers/snappy
@@ -20,7 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= zloidemon
GH_TAGNAME= 72c81bf
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
OPTIONS_DEFINE= EXAMPLES