Allow speech tools to compile on FreeBSD 4.3 through 4.9.

Submitted by:	Eike Bernhardt <eike.bernhardt@informatik.uni-oldenburg.de>
This commit is contained in:
Trevor Johnson 2001-04-02 23:24:27 +00:00
parent 663a283cbc
commit e30723c452
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40777
2 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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