[MacPorts] #13517: gtkglext 1.2 configure: error -- build failure OSX 10.5
MacPorts
noreply at macports.org
Thu Feb 26 18:29:49 PST 2009
#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
More information about the macports-tickets
mailing list