summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-04-02 23:24:27 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-04-02 23:24:27 +0000
commite30723c452b7e96345610a53c64f84cdd8753582 (patch)
tree6685aaed23e541e6faadcfc5ed0237343776103e /audio/festival
parentApache-Session-SharedMem is Apache::Session extension module that store (diff)
Allow speech tools to compile on FreeBSD 4.3 through 4.9.
Submitted by: Eike Bernhardt <eike.bernhardt@informatik.uni-oldenburg.de>
Notes
Notes: svn path=/head/; revision=40777
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 399d1081de17..62828ab1481f 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -106,14 +106,14 @@ pre-patch:
post-patch:
${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
${CP} ${FILESDIR}/FreeBSD.mak ${SPEECHTOOLS}/config/systems/FreeBSD.mak
- ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.4.mak
- ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.5.mak
- ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.1.mak
- ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.2.mak
+.for i in 4 5
+ ${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
+ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.${i}.mak
+.endfor
+.for i in 1 2 3 4 5 6 7 8 9
+ ${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
+ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.${i}.mak
+.endfor
${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak