Re: [MacPorts] #13517: gtkglext 1.2 configure: error -- build failure OSX 10.5
#13517: gtkglext 1.2 configure: error -- build failure OSX 10.5 -----------------------------------------+---------------------------------- Reporter: michaelt@… | Owner: rowue@… Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: gtkglext gwyddion mesa Port: gtkglext | -----------------------------------------+---------------------------------- Comment(by jeremyhu@…): {{{ Index: Portfile =================================================================== --- Portfile (revision 47330) +++ Portfile (working copy) @@ -73,9 +73,11 @@ } # This next hunk supports building -system_x11 mesa on a system that is otherwise +system_x11 - if {! [file exists ${prefix}/lib/libX11.dylib]} { - build.args-append X11_DIR=${x11prefix} - destroot.args-append X11_DIR=${x11prefix} + pre-build { + if {! [file exists ${prefix}/lib/libX11.dylib]} { + build.args-append X11_DIR=${x11prefix} + destroot.args-append X11_DIR=${x11prefix} + } } } }}} If I'm right, that above patch should fix it... -- Ticket URL: <http://trac.macports.org/ticket/13517#comment:43> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts