pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/festival Workaround for compiler selection on Ne...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9a86531baaa
branches: trunk
changeset: 530814:d9a86531baaa
user: gavan <gavan%pkgsrc.org@localhost>
date: Tue Jul 10 10:27:00 2007 +0000
description:
Workaround for compiler selection on NetBSD 4.0.
diffstat:
audio/festival/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 7f2ebdc3960f -r d9a86531baaa audio/festival/Makefile
--- a/audio/festival/Makefile Mon Jul 09 22:27:35 2007 +0000
+++ b/audio/festival/Makefile Tue Jul 10 10:27:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2007/06/03 00:41:27 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2007/07/10 10:27:00 gavan Exp $
DISTNAME= festival-1.95-beta
PKGNAME= festival-1.95beta
@@ -26,6 +26,11 @@
CONFIG_GUESS_OVERRIDE= ${SPEECHTOOLS}/config.guess ${FESTIVAL}/config.guess
CONFIG_SUB_OVERRIDE= ${SPEECHTOOLS}/config.sub ${FESTIVAL}/config.sub
+.if !empty(MACHINE_PLATFORM:MNetBSD-4*)
+GCC_REQD+= 3.3.6
+USE_PKGSRC_GCC= yes
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
Home |
Main Index |
Thread Index |
Old Index