make it buildable on current

This commit is contained in:
Ying-Chieh Liao 2002-03-09 15:54:18 +00:00
parent b0f1b90bd7
commit 0c1c2dd787
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55767
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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