summaryrefslogtreecommitdiffstats
path: root/audio/festival
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-15 00:44:34 +0000
committerpav <pav@FreeBSD.org>2005-09-15 00:44:34 +0000
commit1a9326ec708f0cf5b9fe7404b17e160530811872 (patch)
treee8757843a9c8ec04b6db3cfcb87eb61214e54670 /audio/festival
parent3435774054d945cb3a0a11db2d8d1dd3600ecd45 (diff)
downloadFreeBSD-ports-1a9326ec708f0cf5b9fe7404b17e160530811872.zip
FreeBSD-ports-1a9326ec708f0cf5b9fe7404b17e160530811872.tar.gz
- Fix build on FreeBSD 6.X and 7.X
PR: ports/84678 Submitted by: Jason E. Hale <jhale@bluebottle.com> Approved by: maintainer timeout (trevor; 5 weeks)
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 485dbcf..34bcd4d 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -80,9 +80,11 @@ post-patch:
@${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD3.${i}.mak
.endfor
-.for ii in 4 5
-.for jj in 1 2 3 4 5 6 7 8 9 10 11
- @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
+ @${MV} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
+ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.x.mak
+.for ii in 4 5 6 7
+.for jj in 0 1 2 3 4 5 6 7 8 9 10 11
+ @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.x.mak \
${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD${ii}.${jj}.mak
.endfor
.endfor
OpenPOWER on IntegriCloud