diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
commit | cde052fc4ba53619634fb3076aa69943a321415b (patch) | |
tree | 363784d85948547564ab0295cb0bed163f1f3567 /misc/free42 | |
parent | 781b1a57b21169ebc865d817c094656b858d8b79 (diff) | |
download | freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.gz freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.zst freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.zip |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'misc/free42')
-rw-r--r-- | misc/free42/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/free42/Makefile b/misc/free42/Makefile index 26c31c2f4fd9..66153e55199d 100644 --- a/misc/free42/Makefile +++ b/misc/free42/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 |