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.
gentoo-overlay/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch

12 lines
232 B

--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
;;
*)
HOST=LINUX
- LIBGL="-lGL -lGLU"
+ LIBGL=`${PKG_CONFIG} --libs glu glew`
;;
esac
AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])