summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-21 21:12:05 +0000
committerjoerg <joerg>2008-06-21 21:12:05 +0000
commit4e972cbcc947933f024bbb615eb33baa2db791b7 (patch)
treefb1720bdcb4ce74bba3b94b8127a81318f4828b0 /audio
parentdd807fbac23d5771c17d186feb0593b55fb498ec (diff)
downloadpkgsrc-4e972cbcc947933f024bbb615eb33baa2db791b7.tar.gz
Fix build with newer GNUstep as suggested by Adam Hoka.
Diffstat (limited to 'audio')
-rw-r--r--audio/cddb-bundle/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile
index 427afe99115..8ae9677ca0a 100644
--- a/audio/cddb-bundle/Makefile
+++ b/audio/cddb-bundle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:19 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/21 21:12:05 joerg Exp $
#
DISTNAME= cddb.bundle-0.2
@@ -11,10 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gsburn.sourceforge.net/
COMMENT= CDDB client bundle
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/cddb.bundle
NO_CONFIGURE= yes
USE_LANGUAGES= objc
-MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import"
+MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import" \
+ GNUSTEP_INSTALLATION_DIR=${PREFIX}/share/GNUstep/Local/
MAKE_FILE= GNUmakefile
.include "../../devel/gnustep-base/buildlink3.mk"