summaryrefslogtreecommitdiff
path: root/graphics/opencsg/patches/patch-Makefile
blob: ea830779f9ebb2fd5e2161c9f07788b30d955076 (plain)
1
2
3
4
5
6
7
8
9
10
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