summaryrefslogtreecommitdiff
path: root/audio/id3lib
diff options
context:
space:
mode:
authorrafal <rafal@pkgsrc.org>2003-06-30 18:06:47 +0000
committerrafal <rafal@pkgsrc.org>2003-06-30 18:06:47 +0000
commitbf7243f55ebc106d5778e77bad4b85aabd74bf5a (patch)
tree3885b7bcc556407189b807cb5396259fa0631085 /audio/id3lib
parenta5e933b2858393864ccd88828cab63f7c25d1a46 (diff)
downloadpkgsrc-bf7243f55ebc106d5778e77bad4b85aabd74bf5a.tar.gz
Let this build with gcc3 (by adding USE_GCC_SHLIB and a hack to CPPFLAGS
so the build doesn't fall over with undefined template types); tested on gcc3/netbsd-sparc64 (me) and gcc2/netbsd, gcc3/sol9 (grant).
Diffstat (limited to 'audio/id3lib')
-rw-r--r--audio/id3lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
index 97df9bf0ef1..97cddb2a0b4 100644
--- a/audio/id3lib/Makefile
+++ b/audio/id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/06/02 01:21:38 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2003/06/30 18:06:47 rafal Exp $
#
DISTNAME= id3lib-3.8.3
@@ -9,10 +9,13 @@ MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://id3lib.sourceforge.net/
COMMENT= library for manipulating ID3v1 and ID3v2 tags
+USE_GCC_SHLIB= # defined
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CPPFLAGS+=-DID3_NEED_WCHAR_TEMPLATE
+
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"