summaryrefslogtreecommitdiff
path: root/graphics/opencsg/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opencsg/patches/patch-Makefile')
-rw-r--r--graphics/opencsg/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencsg/patches/patch-Makefile b/graphics/opencsg/patches/patch-Makefile
new file mode 100644
index 00000000000..ea830779f9e
--- /dev/null
+++ b/graphics/opencsg/patches/patch-Makefile
@@ -0,0 +1,11 @@
+$NetBSD: patch-Makefile,v 1.1.1.1 2012/02/26 20:41:04 reinoud Exp $
+
+--- Makefile.orig 2011-12-01 21:25:12.000000000 +0000
++++ Makefile
+@@ -1,4 +1,5 @@
+-SUBDIRS = glew src example
++# only build src since we are linking using pkgsrc to libglew
++SUBDIRS = src
+
+ all:
+ for X in $(SUBDIRS); do make -C $$X ; done