summaryrefslogtreecommitdiffstats
path: root/configs/freebsd
Commit message (Collapse)AuthorAgeFilesLines
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-3/+0
| | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-1/+2
| | | | _mesa_align_malloc and friends.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-0/+3
|
* FreeBSD updates (Pedro Giffuni)Brian Paul2006-03-071-6/+15
|
* Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt2005-09-131-1/+2
| | | | Submitted by: Diego Pettenò <flameeyes@gentoo.org>
* fix APP_LIB_DEPSBrian Paul2005-08-291-2/+1
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-0/+1
| | | | | | 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".
* new system configurationsBrian Paul2004-03-261-0/+16