summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 05:50:21 +0000
committerjoerg <joerg>2009-07-07 05:50:21 +0000
commit8cd0f8c4f0404ffd54235b5350ebf68a7c00baf5 (patch)
tree99505c103e0bca4b50e1edc403966afea8740660
parentd87f296643a71274e660c35eea09c49f36976156 (diff)
downloadpkgsrc-8cd0f8c4f0404ffd54235b5350ebf68a7c00baf5.tar.gz
Fix build in the new GNUSTEP world order.
-rw-r--r--graphics/SDLKit/Makefile4
-rw-r--r--graphics/SDLKit/PLIST12
-rw-r--r--graphics/SDLKit/distinfo3
-rw-r--r--graphics/SDLKit/patches/patch-ab14
4 files changed, 25 insertions, 8 deletions
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile
index a7159b2ad7f..34876d95f85 100644
--- a/graphics/SDLKit/Makefile
+++ b/graphics/SDLKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/09/08 06:38:56 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/07 05:50:21 joerg Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -12,6 +12,8 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit
+MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
+
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/RenderKit/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
diff --git a/graphics/SDLKit/PLIST b/graphics/SDLKit/PLIST
index ea451df6fdd..11178d9e43f 100644
--- a/graphics/SDLKit/PLIST
+++ b/graphics/SDLKit/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:40 joerg Exp $
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLCamera.h
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLEventHandler.h
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLKit.h
-share/GNUstep/Local/Library/Libraries/libSDLKit.so
-share/GNUstep/Local/Library/Libraries/libSDLKit.so.0.4.0
+@comment $NetBSD: PLIST,v 1.5 2009/07/07 05:50:21 joerg Exp $
+System/Library/Headers/SDLKit/G3DSDLCamera.h
+System/Library/Headers/SDLKit/G3DSDLEventHandler.h
+System/Library/Headers/SDLKit/G3DSDLKit.h
+System/Library/Libraries/libSDLKit.so
+System/Library/Libraries/libSDLKit.so.0.4.0
@pkgdir share/GNUstep/Local/Headers/SDLKit
diff --git a/graphics/SDLKit/distinfo b/graphics/SDLKit/distinfo
index ed021f8547f..a0f92eaf90f 100644
--- a/graphics/SDLKit/distinfo
+++ b/graphics/SDLKit/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:02 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 05:50:21 joerg Exp $
SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
SHA1 (patch-aa) = f60cf7bb977f5471bdf54399928aa2086c064b05
+SHA1 (patch-ab) = 8dee09676a35d7a377428e2c5de9d0fcd054a5e2
diff --git a/graphics/SDLKit/patches/patch-ab b/graphics/SDLKit/patches/patch-ab
new file mode 100644
index 00000000000..8c86f5c0c14
--- /dev/null
+++ b/graphics/SDLKit/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2009/07/07 05:50:22 joerg Exp $
+
+--- GNUmakefile.orig 2010-05-31 23:39:15.000000000 +0200
++++ GNUmakefile
+@@ -8,6 +8,9 @@
+ # GNUmakefile.postamble
+ #
+
++# Install into the system root by default
++GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
++
+ include $(GNUSTEP_MAKEFILES)/common.make
+ include Version
+ #