diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-08 01:30:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-08 01:30:03 +0000 |
commit | eedaa1e957c67ead74612010f026b538d04cc957 (patch) | |
tree | 1342d007e726621e7c5b06d69a914d4497e1533c /x11-toolkits/gnustep-gui | |
parent | 7ed399787c55f419f92200d921fba31a6cf3ad8f (diff) | |
download | ports-eedaa1e957c67ead74612010f026b538d04cc957.tar.gz ports-eedaa1e957c67ead74612010f026b538d04cc957.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 99c617ed3d7d..9d073c713c04 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -13,6 +13,8 @@ COMMENT= GNUstep GUI library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_powerpc64= fails to build: Illegal instruction (core dumped) + LIB_DEPENDS+= libtiff.so:graphics/tiff LIB_DEPENDS+= libpng.so:graphics/png LIB_DEPENDS+= libgif.so:graphics/giflib @@ -21,10 +23,6 @@ LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao LIB_DEPENDS+= libflite.so:audio/flite -BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory -BROKEN_armv7= fails to package: chmod: GSSpeechServer.desktop: No such file or directory -BROKEN_powerpc64= fails to build: Illegal instruction (core dumped) - OPTIONS_DEFINE= DOCS CUPS ASPELL OPTIONS_DEFAULT= CUPS OPTIONS_SUB= yes |