aboutsummaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-28 20:05:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-28 20:05:25 +0000
commit92ea646a3d34d5c915ef0354a81cbe3ad2bdcb4e (patch)
tree2a22e50ff295038a08ded3c39ac892244beafb6b /audio/festival
parent27720438fd9fa603979cdbcbef7aabbdddd7bf23 (diff)
downloadports-92ea646a3d34d5c915ef0354a81cbe3ad2bdcb4e.tar.gz
ports-92ea646a3d34d5c915ef0354a81cbe3ad2bdcb4e.zip
audio/festival: unbreak on most non-x86 archs
For example, after r450862 mips64 still failed: gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools' Check system type ../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'. Stop.
Notes
Notes: svn path=/head/; revision=450866
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 8d6c0456e19e..cb7f194f08ae 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -25,9 +25,6 @@ PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patch
MAINTAINER= mi@aldan.algebra.com
COMMENT= Multi-lingual speech synthesis system
-BROKEN_aarch64= Fails to link: arm64_unknown.mak: No such file or directory
-BROKEN_powerpc64= Fails to link: powerpc_unknown.mak: No such file or directory
-
OPTIONS_DEFINE= NAS ESD
OPTIONS_DEFAULT=NAS ESD
ESD_DESC= ${ESOUND_DESC}
@@ -83,7 +80,7 @@ do-configure:
${FALSE}; \
fi
# This step helps non-i386 systems and is harmless on i386
- -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak
+ -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${MACHINE}_unknown.mak
.endfor
@${REINPLACE_CMD} \
-e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \