diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-09 15:54:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-09 15:54:18 +0000 |
commit | 0c1c2dd787368eb3d1774c8e9ac4367747027ee2 (patch) | |
tree | 1842bb069e6044cafd126d54d7c5a8071014ec4a /math/vtk43 | |
parent | Allow IPv6 connection if detected by configure. (diff) |
make it buildable on current
Notes
Notes:
svn path=/head/; revision=55767
Diffstat (limited to 'math/vtk43')
-rw-r--r-- | math/vtk43/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk43/files/patch-aa b/math/vtk43/files/patch-aa index 6aee97f9413e..0e95173ce8e1 100644 --- a/math/vtk43/files/patch-aa +++ b/math/vtk43/files/patch-aa @@ -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 |