summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrafal <rafal>2003-06-30 18:06:47 +0000
committerrafal <rafal>2003-06-30 18:06:47 +0000
commite5b4f6ce06dad454aeada32d2e11766a4ab0ae42 (patch)
tree3885b7bcc556407189b807cb5396259fa0631085 /audio
parentbe7a1acb4578233658ad639aab5c841517691d4a (diff)
downloadpkgsrc-e5b4f6ce06dad454aeada32d2e11766a4ab0ae42.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')
-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"