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, 0 insertions, 11 deletions
diff --git a/graphics/opencsg/patches/patch-Makefile b/graphics/opencsg/patches/patch-Makefile
deleted file mode 100644
index ea830779f9e..00000000000
--- a/graphics/opencsg/patches/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-$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