#23169: mesa-7.6.1_0 glxext.c - No such file or directory -----------------------------------+---------------------------------------- Reporter: harry.weppner@… | Owner: jeremyhu@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mesa -----------------------------------+---------------------------------------- Comment(by harry.weppner@…): absolutely positive ;-) The cause are the "" (empty parentheses). It stems from $(RC_CFLAGS) in the Makefile which isn't set anywhere {{{ GL_CFLAGS=-Wall -ggdb3 -Os -DPTHREADS -D_REENTRANT -DGLX_USE_APPLEGL -DGLX_ALIAS_UNSUPPORTED $(RC_CFLAGS) $(CFLAGS) }}} I removed the reference to $(RC_CFLAGS) in the Makefile and everything build fine from that point on. The portfile seems to only have RC_CFLAGS set for the universal variant, which isn't the default one!? Cheerio, Harry. -- Ticket URL: <http://trac.macports.org/ticket/23169#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS