summaryrefslogtreecommitdiffstats
path: root/audio/festival+OGI
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2001-04-02 23:24:27 +0000
committertrevor <trevor@FreeBSD.org>2001-04-02 23:24:27 +0000
commit9d7ed5970629a94f8558e427b17bd31bfefc98eb (patch)
tree30c67e4aa752f67502802876c569c199a2584f34 /audio/festival+OGI
parent8bd4b346dea8f6e05b422065457b2fab11dae49c (diff)
downloadFreeBSD-ports-9d7ed5970629a94f8558e427b17bd31bfefc98eb.zip
FreeBSD-ports-9d7ed5970629a94f8558e427b17bd31bfefc98eb.tar.gz
Allow speech tools to compile on FreeBSD 4.3 through 4.9.
Submitted by: Eike Bernhardt <eike.bernhardt@informatik.uni-oldenburg.de>
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r--audio/festival+OGI/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile
index 399d108..62828ab 100644
--- a/audio/festival+OGI/Makefile
+++ b/audio/festival+OGI/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
OpenPOWER on IntegriCloud