pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/festival ancient GCC required for NetBSD 5.0 on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/482cd2d97907
branches:  trunk
changeset: 552817:482cd2d97907
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Sat Jan 10 00:28:57 2009 +0000

description:
ancient GCC required for NetBSD 5.0 on upwards

diffstat:

 audio/festival/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 928b2447e425 -r 482cd2d97907 audio/festival/Makefile
--- a/audio/festival/Makefile   Fri Jan 09 23:09:42 2009 +0000
+++ b/audio/festival/Makefile   Sat Jan 10 00:28:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2008/05/26 02:13:15 joerg Exp $
+# $NetBSD: Makefile,v 1.60 2009/01/10 00:28:57 jnemeth Exp $
 
 DISTNAME=      festival-1.95-beta
 PKGNAME=       festival-1.95beta
@@ -31,7 +31,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-4*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*)
 GCC_REQD+=     3.3.6
 USE_PKGSRC_GCC= yes
 .endif



Home | Main Index | Thread Index | Old Index