diff options
author | grant <grant@pkgsrc.org> | 2003-09-25 13:00:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-25 13:00:18 +0000 |
commit | e34688061f439c5da09613657c0217d63929760d (patch) | |
tree | 4e180d35fdafb9d784de4d50b4a909673b4ec31a /audio | |
parent | e09a81119ca222dda436e1fa040a52135565f85b (diff) | |
download | pkgsrc-e34688061f439c5da09613657c0217d63929760d.tar.gz |
set GCC_REQD=2.95.3. noted by seb.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libogg/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index c985f1ccd66..b6cfa6c4c42 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/09/25 01:27:34 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/09/25 13:00:18 grant Exp $ DISTNAME= libogg-1.0 PKGNAME= libogg-1.0.0.8 @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GCC_REQD= 2.95.3 + PLIST_SUBST+= DISTNAME=${DISTNAME} .include "../../mk/bsd.pkg.mk" diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 91078037b70..f7986ea24cc 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/09/25 01:27:35 grant Exp $ +# $NetBSD: Makefile,v 1.26 2003/09/25 13:00:18 grant Exp $ DISTNAME= libvorbis-1.0 PKGNAME= libvorbis-1.0.0.8 @@ -14,6 +14,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GCC_REQD= 2.95.3 + PLIST_SUBST+= DISTNAME=${DISTNAME} .include "../../audio/libogg/buildlink2.mk" |