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

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