wxmacmolplt-7.5-glew.patch 415 B

12345678910111213
  1. diff -urN wxmacmolplt-7.4.2.orig/configure.ac wxmacmolplt-7.4.2/configure.ac
  2. --- wxmacmolplt-7.4.2.orig/configure.ac 2010-12-05 02:48:29.000000000 +0300
  3. +++ wxmacmolplt-7.4.2/configure.ac 2010-12-06 19:30:24.000000000 +0300
  4. @@ -20,7 +20,7 @@
  5. ;;
  6. *)
  7. HOST=LINUX
  8. - LIBGL="-lGL -lGLU"
  9. + LIBGL=`pkg-config --libs glu glew`
  10. ;;
  11. esac
  12. AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])