diff options
author | reinoud <reinoud@pkgsrc.org> | 2012-02-26 20:41:04 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2012-02-26 20:41:04 +0000 |
commit | e37ca6120484741b338e2d30448a3b36d88e5246 (patch) | |
tree | d1121593f83de710dfb95672586446343747c0b4 /graphics/opencsg/patches | |
parent | 95a5d77afdef1dbcf97bb43f4db9f1fa080a009d (diff) | |
download | pkgsrc-e37ca6120484741b338e2d30448a3b36d88e5246.tar.gz |
Add OpenCSG 1.3.2, an image based CSG renderer that renders the CSG using
OpenGL.
Diffstat (limited to 'graphics/opencsg/patches')
-rw-r--r-- | graphics/opencsg/patches/patch-Makefile | 11 |
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 |