pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cddb-bundle Fix build with newer GNUstep as sugg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/772b8fe16b45
branches:  trunk
changeset: 543679:772b8fe16b45
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 21 21:12:05 2008 +0000

description:
Fix build with newer GNUstep as suggested by Adam Hoka.

diffstat:

 audio/cddb-bundle/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 2f1393e987ba -r 772b8fe16b45 audio/cddb-bundle/Makefile
--- a/audio/cddb-bundle/Makefile        Sat Jun 21 21:06:10 2008 +0000
+++ b/audio/cddb-bundle/Makefile        Sat Jun 21 21:12:05 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index