diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
commit | efc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /archivers/innoextract/Makefile | |
parent | 83bea81d123f0bd3dc753011520adde2167a4fdd (diff) | |
download | ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.tar.gz ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.zip |
Notes
Diffstat (limited to 'archivers/innoextract/Makefile')
-rw-r--r-- | archivers/innoextract/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index d153008d2eef..dd22a9f7dabe 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -12,16 +12,16 @@ COMMENT= Program to extract Inno Setup files LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init() + LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs -USES= cmake iconv +USES= cmake compiler:c++11-lang iconv PLIST_FILES= bin/innoextract \ man/man1/innoextract.1.gz -BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init() - .include <bsd.port.mk> |