diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-13 11:35:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-13 11:35:51 +0800 |
commit | 2b1838bc534c937c3ea0514a46ee015f34b8ae46 (patch) | |
tree | 0e89021fd44a8edda1d97d4e3b9b90599d254d40 /audio/festival | |
parent | 6bc03c0fcc5387275e3b6640596109d8a95c0397 (diff) | |
download | freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.tar.gz freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.tar.zst freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 18e471d22c68..31eaaee056f0 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -28,7 +28,7 @@ COMMENT= Multi-lingual speech synthesis system BROKEN_aarch64= Fails to link: arm64_unknown.mak: No such file or directory BROKEN_armv6= Fails to link: cc.mak: No such file or directory BROKEN_mips64= Fails to link: cc.mak: No such file or directory -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Fails to link: powerpc_unknown.mak: No such file or directory OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD |