aboutsummaryrefslogtreecommitdiff
path: root/archivers/innoextract/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-14 05:03:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-14 05:03:05 +0000
commitd864fd0302a0ca0d421baca3c55d40004540a322 (patch)
treecb381caf81b1847be664587468c502c1e22508f0 /archivers/innoextract/Makefile
parent90a0bcab1d525837a73cc05d847c702db222ff44 (diff)
downloadports-d864fd0302a0ca0d421baca3c55d40004540a322.tar.gz
ports-d864fd0302a0ca0d421baca3c55d40004540a322.zip
Notes
Diffstat (limited to 'archivers/innoextract/Makefile')
-rw-r--r--archivers/innoextract/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 2de69c3f8f61..d561c3ea283d 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -12,8 +12,6 @@ COMMENT= Program to extract Inno Setup files
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libboost_filesystem.so:devel/boost-libs \
libboost_system.so:devel/boost-libs \
@@ -25,4 +23,7 @@ CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man
PLIST_FILES= bin/innoextract \
man/man1/innoextract.1.gz
+BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
+
.include <bsd.port.mk>