summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-15 00:44:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-15 00:44:34 +0000
commit49bff133bf5e14e134d9a60b689d19fd5b562691 (patch)
treeea347176d2eefa179f9b6edfa618576759e4dc7d /audio/festival
parent- Update to 0.9.6 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=142775
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 485dbcfd9b79..34bcd4d4fbed 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