diff options
author | jmc <jmc@pkgsrc.org> | 2003-10-06 21:40:17 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-10-06 21:40:17 +0000 |
commit | d9f6c0fcbd06cb9605147a865de3c92014abfbb7 (patch) | |
tree | 04084a393ce22d5a85e4ee8764fe763cbaca1598 /audio/festival | |
parent | 520015a520dc2b4e9a14c1aae123530f8ea714f7 (diff) | |
download | pkgsrc-d9f6c0fcbd06cb9605147a865de3c92014abfbb7.tar.gz |
Add definition for gcc3 (just use the gcc2905 definition since it works and
has no caveats in it)
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index fdadec4c752..181ba61aa23 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/17 21:22:09 grant Exp $ +# $NetBSD: Makefile,v 1.27 2003/10/06 21:40:17 jmc Exp $ DISTNAME= festival-1.4.1 PKGREVISION= 1 @@ -87,5 +87,6 @@ PKG_COMPILER!= case "`${CC} -v 2>&1`" in *2.6.*) ${ECHO} gcc26;;\ *2.7.*) ${ECHO} gcc27;;\ *2.8.*) ${ECHO} gcc28;;\ *2.95.*) ${ECHO} gcc295;;\ + *3.3.*) ${ECHO} gcc295;;\ *egcs*) ${ECHO} egcs;;\ esac |