diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
commit | 74fa808d34ee655874151e5c38668b44f18bf58e (patch) | |
tree | 90ebb8bfb4c745a5dab712147ae21ed72a316bdb /misc | |
parent | 7d974a64029f97d59fdfd74c399477c951bb6e15 (diff) | |
download | ports-74fa808d34ee655874151e5c38668b44f18bf58e.tar.gz ports-74fa808d34ee655874151e5c38668b44f18bf58e.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index f0c98dc2638d..67ae92ec724d 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -13,10 +13,11 @@ COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 -BROKEN_FreeBSD_12= does not build on 12.X - BUILD_DEPENDS= cppunit-config:devel/cppunit +BROKEN_FreeBSD_12= does not build on 12.X +BROKEN_powerpc64= does not compile: libicui18n.so: undefined reference to __cxa_throw_bad_array_new_length + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf --with-zlib INSTALL_TARGET= install-strip |