diff options
author | agc <agc@pkgsrc.org> | 1999-06-28 11:46:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-06-28 11:46:35 +0000 |
commit | ffaa873e42bfa06d65809bb60f6f22a13a2d06ac (patch) | |
tree | 76da906c909f61c68ca564a8e8f0489162c9b0e2 /audio/festival | |
parent | c6dd955c2bdc4b7a7c1cd80ae5f106f1b39a9e9b (diff) | |
download | pkgsrc-ffaa873e42bfa06d65809bb60f6f22a13a2d06ac.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/festival')
-rw-r--r-- | audio/festival/Makefile | 4 |
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;;\ |