summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-10-06 21:40:17 +0000
committerjmc <jmc@pkgsrc.org>2003-10-06 21:40:17 +0000
commit4bb475559598d86caeaf247fb85f6abd90f23d24 (patch)
tree04084a393ce22d5a85e4ee8764fe763cbaca1598 /audio/festival
parent637e377b692f2aca3249fe030354a606b8311a26 (diff)
downloadpkgsrc-4bb475559598d86caeaf247fb85f6abd90f23d24.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/Makefile3
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