diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/smack/Makefile | 4 |
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 |