diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 03:35:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 03:35:51 +0000 |
commit | ba601f25ac232b149cd091af813e9eab852a447b (patch) | |
tree | 0e89021fd44a8edda1d97d4e3b9b90599d254d40 /audio | |
parent | 65cfb4ff6eb45936d6d0f8abedf0a4b25781a555 (diff) | |
download | ports-ba601f25ac232b149cd091af813e9eab852a447b.tar.gz ports-ba601f25ac232b149cd091af813e9eab852a447b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 2 | ||||
-rw-r--r-- | audio/funktrackergold/Makefile | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index bf35f11c4f11..5bde80099e17 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= Curses MOD/FNK music tracker -OPTIONS_DEFINE= DOCS - LICENSE= GPLv2 +OPTIONS_DEFINE= DOCS + USES= compiler:nestedfct ncurses tar:tgz WRKSRC= ${WRKDIR}/funkgold @@ -22,7 +22,7 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable do-install: ${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin |