mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
312 B

--- ./configure.orig 2006-03-30 23:21:37.000000000 +0200
+++ ./configure 2006-03-30 23:22:52.000000000 +0200
@@ -369,7 +369,7 @@
if test "$win32" = "yes" ; then
LINK3D="-lopengl32 -lglu32"
else
-LINK3D="-lGL -lGLU"
+LINK3D="-L/usr/X11/lib -lGL -lGLU"
fi
if $cc -o $TMPO $TMPC $LINK3D 2> /dev/null ; then