diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-21 21:12:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-21 21:12:05 +0000 |
commit | 67ed0020f4b6b7cfb97d32d47da619f9e9a94f1d (patch) | |
tree | fb1720bdcb4ce74bba3b94b8127a81318f4828b0 /audio | |
parent | 8147e29870401f074211b94e156180a6a8571767 (diff) | |
download | pkgsrc-67ed0020f4b6b7cfb97d32d47da619f9e9a94f1d.tar.gz |
Fix build with newer GNUstep as suggested by Adam Hoka.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cddb-bundle/Makefile | 7 |
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" |