diff options
author | Eric Anholt <[email protected]> | 2004-06-01 00:06:14 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-06-01 00:06:14 +0000 |
commit | 2fb5d15ce38d8d298c4fbf8c0bb336154a314b13 (patch) | |
tree | 51f1626c3f3054216174bba640ecb5425ba80647 /configs/freebsd | |
parent | c1311d80bd0b2661581bb510c18780d7603cd014 (diff) |
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
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".
Diffstat (limited to 'configs/freebsd')
-rw-r--r-- | configs/freebsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/freebsd b/configs/freebsd index 85f14f7ed5f..a7d8c615e90 100644 --- a/configs/freebsd +++ b/configs/freebsd @@ -7,6 +7,7 @@ CONFIG_NAME = FreeBSD # Compiler and flags CC = gcc CXX = g++ +MAKE = gmake CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 CXXFLAGS = -O2 -fPIC -pedantic |