1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Fix build on AMD64

PR:		61866
Submitted by:	maintainer
Noticed by:	bento via kris
This commit is contained in:
Kirill Ponomarev 2004-01-25 08:48:06 +00:00
parent 19e19f97d7
commit 9a770a5031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99034

View File

@ -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