diff options
author | heinz <heinz> | 2004-05-15 14:14:20 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-05-15 14:14:20 +0000 |
commit | 633f14597d8f771d5485e6ddb41f5a73bffa4fc8 (patch) | |
tree | 7d1725115ef3f78eb1ca60626938ad8e26977e24 /audio | |
parent | a07f865edf5c34a7841d24b334318d905c8186d5 (diff) | |
download | pkgsrc-633f14597d8f771d5485e6ddb41f5a73bffa4fc8.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')
-rw-r--r-- | audio/libcddb/Makefile | 5 |
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" |