summaryrefslogtreecommitdiff
path: root/graphics/glew
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-25 08:48:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-25 08:48:06 +0000
commit9a770a503115f6b1dca79aeee16800c851dffbcb (patch)
tree6f8aeee6ec5745578a83dfd78e6a3f6327a2ecb6 /graphics/glew
parent- Fix build on 4.x (diff)
- Fix build on AMD64
PR: 61866 Submitted by: maintainer Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=99034
Diffstat (limited to 'graphics/glew')
-rw-r--r--graphics/glew/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glew/files/patch-Makefile b/graphics/glew/files/patch-Makefile
index f87da6ab5f7c..4a5652e240ea 100644
--- a/graphics/glew/files/patch-Makefile
+++ b/graphics/glew/files/patch-Makefile
@@ -1,5 +1,5 @@
--- Makefile.orig Sun Dec 14 18:21:44 2003
-+++ Makefile Wed Dec 31 06:25:49 2003
++++ Makefile Sun Jan 25 07:38:41 2004
@@ -83,6 +83,27 @@
else
@@ -10,7 +10,7 @@
+NAME = GLEW
+CC ?= gcc
+LD ?= ld
-+CFLAGS.EXTRA = -I${X11BASE}/include
++CFLAGS.EXTRA = -fPIC -I${X11BASE}/include
+LDFLAGS.SO = -shared -soname $(LIB.SONAME)
+LDFLAGS.EXTRA = -L${X11BASE}/lib
+LDFLAGS.GL = -lXmu -lXi -lGLU -lGL -lXext -lX11