From 914ec8ef583519ed8e83e4870b7a9e2ed9247b01 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 13 Sep 2005 05:19:02 +0000 Subject: Fix libGL build on FreeBSD by respecting ASM_FLAGS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Diego Pettenò --- configs/freebsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/freebsd') 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 -- cgit v1.2.3