mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
make it buildable on current
This commit is contained in:
parent
b0f1b90bd7
commit
0c1c2dd787
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55767
@ -17,7 +17,7 @@
|
||||
-MESA_INCLUDE=-I/home/martink/storage/Mesa-1.2.6/include
|
||||
-MESA_LIB=/home/martink/storage/Mesa-1.2.6/lib-sun4-solaris/libMesaGL.a
|
||||
+MESA_INCLUDE=-I${X11BASE}/include
|
||||
+MESA_LIB=-L${X11BASE} -lGL
|
||||
+MESA_LIB=-L${X11BASE} -lGL -lOSMesa
|
||||
|
||||
# for python you must set this
|
||||
-PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include
|
||||
|
@ -17,7 +17,7 @@
|
||||
-MESA_INCLUDE=-I/home/martink/storage/Mesa-1.2.6/include
|
||||
-MESA_LIB=/home/martink/storage/Mesa-1.2.6/lib-sun4-solaris/libMesaGL.a
|
||||
+MESA_INCLUDE=-I${X11BASE}/include
|
||||
+MESA_LIB=-L${X11BASE} -lGL
|
||||
+MESA_LIB=-L${X11BASE} -lGL -lOSMesa
|
||||
|
||||
# for python you must set this
|
||||
-PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include
|
||||
|
@ -17,7 +17,7 @@
|
||||
-MESA_INCLUDE=-I/home/martink/storage/Mesa-1.2.6/include
|
||||
-MESA_LIB=/home/martink/storage/Mesa-1.2.6/lib-sun4-solaris/libMesaGL.a
|
||||
+MESA_INCLUDE=-I${X11BASE}/include
|
||||
+MESA_LIB=-L${X11BASE} -lGL
|
||||
+MESA_LIB=-L${X11BASE} -lGL -lOSMesa
|
||||
|
||||
# for python you must set this
|
||||
-PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include
|
||||
|
Loading…
Reference in New Issue
Block a user