summaryrefslogtreecommitdiff
path: root/graphics/glew/files/patch-Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-05-13 17:36:51 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-05-13 17:36:51 +0000
commitf4f49ff0b2ecbcd81a3071c75f802b47e174ffc6 (patch)
tree50808a823ed06cb188ceff365b4a347ddea157f8 /graphics/glew/files/patch-Makefile
parent- Update to 3.0.0 (diff)
Update to 1.5.1
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=233845
Diffstat (limited to 'graphics/glew/files/patch-Makefile')
-rw-r--r--graphics/glew/files/patch-Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/glew/files/patch-Makefile b/graphics/glew/files/patch-Makefile
index d05780aa1bbd..f17419f0e084 100644
--- a/graphics/glew/files/patch-Makefile
+++ b/graphics/glew/files/patch-Makefile
@@ -1,10 +1,7 @@
-
-$FreeBSD$
-
---- Makefile.orig
-+++ Makefile
-@@ -61,7 +61,7 @@
- STRIP = -s
+--- Makefile.orig 2008-11-03 07:25:21.000000000 +0100
++++ Makefile 2009-05-04 21:58:03.000000000 +0200
+@@ -59,7 +59,7 @@
+ OPT = $(POPT)
endif
INCLUDE = -Iinclude
-CFLAGS = $(OPT) $(WARN) $(INCLUDE) $(CFLAGS.EXTRA)