summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoragc <agc>1999-06-28 11:46:35 +0000
committeragc <agc>1999-06-28 11:46:35 +0000
commitb4382fb17ca1f9cff6bb1b5206e93993f8c694d9 (patch)
tree76da906c909f61c68ca564a8e8f0489162c9b0e2 /audio
parent030ae1bffeaa09d784db39d0dde089efd92fafd5 (diff)
downloadpkgsrc-b4382fb17ca1f9cff6bb1b5206e93993f8c694d9.tar.gz
Include bsd.prefs.mk before using ${CC} in a != assignment, just in case
CC is set to something non-standard.
Diffstat (limited to 'audio')
-rw-r--r--audio/festival/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index cf893ab8717..03d06e303f2 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/06/09 17:05:32 agc Exp $
+# $NetBSD: Makefile,v 1.5 1999/06/28 11:46:35 agc Exp $
DISTNAME= festival-1.3.1
WRKSRC= ${WRKDIR}
@@ -23,6 +23,8 @@ FESTIVAL= ${WRKSRC}/festival
FHOME= ${PREFIX}/share/festival
+.include "../../mk/bsd.prefs.mk"
+
PKG_COMPILER!= case "`${CC} -v 2>&1`" in *2.6.*) echo gcc26;;\
*2.7.*) echo gcc27;;\
*2.8.*) echo gcc28;;\