summaryrefslogtreecommitdiff
path: root/audio/libcddb
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-05-15 14:14:20 +0000
committerheinz <heinz@pkgsrc.org>2004-05-15 14:14:20 +0000
commit230e80dd294d0850b955905b351a37a9eb3ac50e (patch)
tree7d1725115ef3f78eb1ca60626938ad8e26977e24 /audio/libcddb
parent3cd61ab06b4ea719a53c99a46dcf7edc28f948b7 (diff)
downloadpkgsrc-230e80dd294d0850b955905b351a37a9eb3ac50e.tar.gz
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 (limited to 'audio/libcddb')
-rw-r--r--audio/libcddb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index ff4a6867867..d1413db6744 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -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_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libcddb.pc.in
GNU_CONFIGURE= yes
+GCC_REQD+= 2.95
.include "../../mk/bsd.pkg.mk"