diff options
author | martin <martin@pkgsrc.org> | 2001-11-17 16:29:07 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-11-17 16:29:07 +0000 |
commit | ecaf8c119fb5bdcd65e6905a71876fda831c8b86 (patch) | |
tree | f3fc024055b2f21c9a5e8c5e08d299947ecebc4d /audio/festival/Makefile | |
parent | 6b42dd5e4e4b4d3f4e267cb0c3f15a89fbcb3dcc (diff) | |
download | pkgsrc-ecaf8c119fb5bdcd65e6905a71876fda831c8b86.tar.gz |
Bring this into the new toolchain world.
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r-- | audio/festival/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 8f0d8fb951e..762e8846424 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/07/18 15:19:36 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/11/17 16:29:07 martin Exp $ DISTNAME= festival-1.4.1 WRKSRC= ${WRKDIR} @@ -35,6 +35,8 @@ MAKE_ENV+= PKG_EST_HOME="${SPEECHTOOLS}" \ PKG_PREFIX="${PREFIX}" \ EGCS_CC="${CC}" \ EGCS_CXX="${CXX}" \ + GCC295_CC="${CC}" \ + GCC295_CXX="${CXX}" \ GCC28_CC="${CC}" \ GCC28_CXX="${CXX}" \ GCC27_CC="${CC}" \ @@ -81,5 +83,6 @@ do-install: PKG_COMPILER!= case "`${CC} -v 2>&1`" in *2.6.*) ${ECHO} gcc26;;\ *2.7.*) ${ECHO} gcc27;;\ *2.8.*) ${ECHO} gcc28;;\ + *2.95.*) ${ECHO} gcc295;;\ *egcs*) ${ECHO} egcs;;\ esac |