summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 05:40:51 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 05:40:51 +0000
commit4933720bed6c3e9dd564aafcc063060cf54855de (patch)
tree2b816d897c6c432292a55ef983a3a71711981322 /graphics
parentb3bf538948e7677f02af6066ea219aea9c44bda2 (diff)
downloadpkgsrc-4933720bed6c3e9dd564aafcc063060cf54855de.tar.gz
Fix build in new GNUSTEP world order.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GlutKit/Makefile5
-rw-r--r--graphics/GlutKit/PLIST10
-rw-r--r--graphics/GlutKit/distinfo3
-rw-r--r--graphics/GlutKit/patches/patch-ab14
4 files changed, 25 insertions, 7 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
index cb5df83a7f5..1d9eaaa0319 100644
--- a/graphics/GlutKit/Makefile
+++ b/graphics/GlutKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/09/08 06:38:56 dholland Exp $
+# $NetBSD: Makefile,v 1.20 2009/07/07 05:40:51 joerg Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -12,6 +12,9 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
+MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
+
+
.include "../../graphics/RenderKit/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
diff --git a/graphics/GlutKit/PLIST b/graphics/GlutKit/PLIST
index 756f2f6a0a2..5222b5bd391 100644
--- a/graphics/GlutKit/PLIST
+++ b/graphics/GlutKit/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:39 joerg Exp $
-share/GNUstep/Local/Library/Headers/GlutKit/G3DGlutCamera.h
-share/GNUstep/Local/Library/Headers/GlutKit/G3DGlutKit.h
-share/GNUstep/Local/Library/Libraries/libGlutKit.so
-share/GNUstep/Local/Library/Libraries/libGlutKit.so.0.5.0
+@comment $NetBSD: PLIST,v 1.5 2009/07/07 05:40:51 joerg Exp $
+System/Library/Headers/GlutKit/G3DGlutCamera.h
+System/Library/Headers/GlutKit/G3DGlutKit.h
+System/Library/Libraries/libGlutKit.so
+System/Library/Libraries/libGlutKit.so.0.5.0
@pkgdir share/GNUstep/Local/Headers/GlutKit
diff --git a/graphics/GlutKit/distinfo b/graphics/GlutKit/distinfo
index 62c03f5cef4..94e166d3d25 100644
--- a/graphics/GlutKit/distinfo
+++ b/graphics/GlutKit/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:40:51 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) = a12e85937d5b5eb23111749985cdf4099b9d26b4
+SHA1 (patch-ab) = be0d82a2f00ca77642785fe59ff38160fc94f7c8
diff --git a/graphics/GlutKit/patches/patch-ab b/graphics/GlutKit/patches/patch-ab
new file mode 100644
index 00000000000..0bb5f7f0d8e
--- /dev/null
+++ b/graphics/GlutKit/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2009/07/07 05:40:51 joerg Exp $
+
+--- GNUmakefile.orig 2010-05-31 23:24:27.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
+ #