diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-15 14:14:20 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-15 14:14:20 +0000 |
commit | fda559e473940432908de4283f45a15e22b33675 (patch) | |
tree | 7d1725115ef3f78eb1ca60626938ad8e26977e24 /audio/libcddb | |
parent | 3fcbb7b9d5f47054e9e8d9ba4054aa6c957f1b99 (diff) | |
download | pkgsrc-fda559e473940432908de4283f45a15e22b33675.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/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" |