pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio set GCC_REQD=2.95.3. noted by seb.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d1b0ff8d58c
branches:  trunk
changeset: 462011:7d1b0ff8d58c
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Sep 25 13:00:18 2003 +0000

description:
set GCC_REQD=2.95.3. noted by seb.

diffstat:

 audio/libogg/Makefile    |  4 +++-
 audio/libvorbis/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 3c7e6d7881ea -r 7d1b0ff8d58c audio/libogg/Makefile
--- a/audio/libogg/Makefile     Thu Sep 25 12:56:34 2003 +0000
+++ b/audio/libogg/Makefile     Thu Sep 25 13:00:18 2003 +0000
@@ -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 @@
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+GCC_REQD=              2.95.3
+
 PLIST_SUBST+=          DISTNAME=${DISTNAME}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 3c7e6d7881ea -r 7d1b0ff8d58c audio/libvorbis/Makefile
--- a/audio/libvorbis/Makefile  Thu Sep 25 12:56:34 2003 +0000
+++ b/audio/libvorbis/Makefile  Thu Sep 25 13:00:18 2003 +0000
@@ -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 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+GCC_REQD=              2.95.3
+
 PLIST_SUBST+=          DISTNAME=${DISTNAME}
 
 .include "../../audio/libogg/buildlink2.mk"



Home | Main Index | Thread Index | Old Index