#17609: xorg-server 1.4.2-apple27_2 fails to build on Leopard ----------------------------------+----------------------------------------- Reporter: frstan@… | Owner: jeremyhu@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: x11 xorg-server glx | Port: xorg-server ----------------------------------+----------------------------------------- Comment(by jeremyhu@…): I think this will probably get it to work... can you give it a try? {{{ Index: Portfile =================================================================== --- Portfile (revision 43658) +++ Portfile (working copy) @@ -91,11 +91,11 @@ configure.args --with-mesa-source=${worksrcpath}/../Mesa-${mesavers} --with-apple-applications-dir=${applications_dir} --with- fontdir=${x11prefix}/lib/X11/fonts --with-apple-application- id=org.macports.X11 # GLX doesn't work right ... see below... -configure.args-append --disable-glx +#configure.args-append --disable-glx -# Not working for some reason... # Otherwise glcore.h will be pulled in from glproto in /opt/local/include/GL/internal -#configure.cppflags-append -I${worksrcpath}/../Mesa-${mesavers}/include -I${prefix}/include +configure.cppflags-delete -I${prefix}/include +configure.cppflags-append -isystem${worksrcpath}/../Mesa-${mesavers}/include -I${prefix}/include -I${x11prefix}/include post-destroot { ln -s Xquartz ${destroot}${prefix}/bin/X }}} -- Ticket URL: <http://trac.macports.org/ticket/17609#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS