Ticket #28629: wxGtkPortfilePatch

File wxGtkPortfilePatch, 273 bytes (added by justin.ales@…, 13 years ago)

patch for compilation of opengl variant

Line 
1--- Portfile    2011-04-14 19:00:18.000000000 -0700
2+++ /Users/babylab/wxgtkMyPort  2011-08-22 13:56:28.000000000 -0700
3@@ -46,4 +46,5 @@
4 variant opengl {
5     depends_lib-append      port:mesa
6     configure.args-append   --with-opengl
7+    configure.ldflags-append -lgl
8 }
9