pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/festival Add definition for gcc3 (just use the g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3aabedad048
branches: trunk
changeset: 462635:e3aabedad048
user: jmc <jmc%pkgsrc.org@localhost>
date: Mon Oct 06 21:40:17 2003 +0000
description:
Add definition for gcc3 (just use the gcc2905 definition since it works and
has no caveats in it)
diffstat:
audio/festival/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r d203aeb1571b -r e3aabedad048 audio/festival/Makefile
--- a/audio/festival/Makefile Mon Oct 06 18:37:34 2003 +0000
+++ b/audio/festival/Makefile Mon Oct 06 21:40:17 2003 +0000
@@ -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 @@
*2.7.*) ${ECHO} gcc27;;\
*2.8.*) ${ECHO} gcc28;;\
*2.95.*) ${ECHO} gcc295;;\
+ *3.3.*) ${ECHO} gcc295;;\
*egcs*) ${ECHO} egcs;;\
esac
Home |
Main Index |
Thread Index |
Old Index