diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 09:37:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 09:37:46 +0000 |
commit | 0eb05bc9b558095a7b9ea66339ae0aa03e69fd87 (patch) | |
tree | e01c74d2eab2fa7d9f40c60d19be50efa37e109c /audio | |
parent | New port added: ttfm (diff) |
Bandage alert - make this thing understand FreeBSD 4.2 the same way
it handles 4.1.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35058
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival+OGI/Makefile | 2 | ||||
-rw-r--r-- | audio/festival/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index fdb430fafc0f..ba9178115956 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -114,6 +114,8 @@ post-patch: ${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 + ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak do-install: diff --git a/audio/festival/Makefile b/audio/festival/Makefile index fdb430fafc0f..ba9178115956 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -114,6 +114,8 @@ post-patch: ${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 + ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak do-install: |