updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gtkada / opengl-fix.patch
blob18ca8a60626982b7537b25e1ff8b1d5adc2bb388
1 --- configure.orig 2011-12-24 23:31:50.700494565 +0100
2 +++ configure 2011-12-24 23:31:28.680614245 +0100
3 @@ -3579,7 +3579,7 @@
4 case "x$with_GL" in
5 x|xauto)
6 if test "x$have_GL" = "xyes"; then
7 - GL_LIBS="$GL_LDOPTS -lGLU -lGL"
8 + GL_LIBS="$GL_LDOPTS -lm -lGLU -lGL"
9 HAVE_OPENGL="True"
10 elif test "x$have_GL32" = "xyes"; then
11 GL_LIBS="$GL_LDOPTS -lglu32 -lopengl32 -lgdi32"