pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libcddb The package needs at least gcc 2.95 sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbe66b8fd32c
branches:  trunk
changeset: 475402:cbe66b8fd32c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat May 15 14:14:20 2004 +0000

description:
The package needs at least gcc 2.95 since it uses variadic macros in
WRKSRC/include/cddb/cddb_log_ni.h.
This enables the package to build on NetBSD 1.5.x again (PKGREVISION++).

diffstat:

 audio/libcddb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5d54f601086e -r cbe66b8fd32c audio/libcddb/Makefile
--- a/audio/libcddb/Makefile    Sat May 15 14:09:29 2004 +0000
+++ b/audio/libcddb/Makefile    Sat May 15 14:14:20 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/05/11 04:23:07 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/15 14:14:20 heinz Exp $
 #
 
 DISTNAME=      libcddb-0.9.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libcddb/}
 
@@ -17,5 +17,6 @@
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   libcddb.pc.in
 GNU_CONFIGURE=         yes
+GCC_REQD+=             2.95
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index