summaryrefslogtreecommitdiff
path: root/configs/darwin
AgeCommit message (Collapse)Author
2009-06-26configs/darwin: Set CXX to g++.Vinson Lee
2009-03-06Updated darwin config for when X11 is not in the same location as we're ↵Jeremy Huddleston
installing to
2009-01-23glew: Initial import.José Fonseca
From glew 1.5.1 release.
2008-12-03darwin: Use -Os instead of -O2Jeremy Huddleston
(cherry picked from commit 456dbb143a0d11b69d8af0d493cd84efb0596273)
2008-09-26configs: darwin: Don't build GLwJeremy Huddleston
(cherry picked from commit ef688ba1ee366a8937a41075cbe8b76a9bf75013)
2008-08-12Removed broken/unsupported darwin-static configsJeremy Huddleston
Fixed typo in darwin config
2008-08-12Fixed 'make install' for darwinJeremy Huddleston
2008-08-12Apple: More cleanup of the darwin config in 7.1Jeremy Huddleston
2008-08-08Apple: Some changes to fix compilation problems on OSXJeremy Huddleston
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7)
2008-02-19Apple: Pulled in changes from Apple's patchset to allow mesa to build on ↵Jeremy Huddleston
darwin again (cherry picked from commit e70609b7b877dc0d8e67c958c453305e78f831df)
2007-11-01Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson
Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details.
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-04-13new configs, misc updates (Dan Schikore)Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-06-30fix a few glitchesBrian Paul
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-03-26new system configurationsBrian Paul