diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-04-03 07:24:27 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-04-03 07:24:27 +0800 |
commit | e30723c452b7e96345610a53c64f84cdd8753582 (patch) | |
tree | 6685aaed23e541e6faadcfc5ed0237343776103e /audio/festival | |
parent | 663a283cbc31980474c4295e099c4e3c50f9b08f (diff) | |
download | freebsd-ports-gnome-e30723c452b7e96345610a53c64f84cdd8753582.tar.gz freebsd-ports-gnome-e30723c452b7e96345610a53c64f84cdd8753582.tar.zst freebsd-ports-gnome-e30723c452b7e96345610a53c64f84cdd8753582.zip |
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')
-rw-r--r-- | audio/festival/Makefile | 16 |
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 |