summaryrefslogtreecommitdiff
path: root/configs/freebsd
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-09-13 05:19:02 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-09-13 05:19:02 +0000
commit914ec8ef583519ed8e83e4870b7a9e2ed9247b01 (patch)
tree33fbd11c2896c96b4ccfe1f3e08419d7a66b20fa /configs/freebsd
parent878c371e6cf6eb28afacc482d8aeaa0119f00d5b (diff)
Fix libGL build on FreeBSD by respecting ASM_FLAGS.
Submitted by: Diego Pettenò <flameeyes@gentoo.org>
Diffstat (limited to 'configs/freebsd')
-rw-r--r--configs/freebsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/freebsd b/configs/freebsd
index 910352abd3..95e51f2515 100644
--- a/configs/freebsd
+++ b/configs/freebsd
@@ -9,7 +9,8 @@ CC = gcc
CXX = g++
MAKE = gmake
-CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100
+CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 \
+ $(ASM_FLAGS)
CXXFLAGS = -O2 -fPIC -pedantic
GLUT_CFLAGS = -fexceptions