Ticket #30949: Portfile-wxgtk.diff

File Portfile-wxgtk.diff, 259 bytes (added by justin.ales@…, 13 years ago)

Patch to fix build of wxgtk opengl variant

  • Portfile

    old new  
    4646variant opengl {
    4747    depends_lib-append      port:mesa
    4848    configure.args-append   --with-opengl
     49    configure.ldflags-append -lgl
    4950}