summaryrefslogtreecommitdiff
path: root/configs/freebsd
AgeCommit message (Collapse)Author
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.
2007-09-27FreeBSD: Chase /usr/X11R6 death (replaced by everything in one prefix).Eric Anholt
2007-07-31fix some FreeBSD issuesBrian
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
_mesa_align_malloc and friends.
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-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-03-07FreeBSD updates (Pedro Giffuni)Brian Paul
2005-09-13Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt
Submitted by: Diego Pettenò <flameeyes@gentoo.org>
2005-08-29fix APP_LIB_DEPSBrian Paul
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-03-26new system configurationsBrian Paul