From 01ac4540f04d47b64aeead8984c92e39b436b5f9 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 8 Aug 2008 02:19:52 -0700 Subject: Apple: Some changes to fix compilation problems on OSX --- configs/darwin | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configs/darwin') diff --git a/configs/darwin b/configs/darwin index c7f94d2bad..b8a32cbd01 100644 --- a/configs/darwin +++ b/configs/darwin @@ -11,8 +11,8 @@ DEFINES = -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L \ # Compiler and flags CC = gcc CXX = gcc -CFLAGS = -I/usr/X11/include -O3 -fPIC -fno-common -ffast-math -funroll-loops -fexpensive-optimizations -no-cpp-precomp -dynamic -Ddarwin $(DEFINES) -CXXFLAGS = -I/usr/X11/include -O3 -fPIC -fno-common -ffast-math -funroll-loops -fexpensive-optimizations -no-cpp-precomp -dynamic -Ddarwin $(DEFINES) +CFLAGS = -I/usr/X11/include -O2 -no-cpp-precomp -dynamic $(DEFINES) +CXXFLAGS = -I/usr/X11/include -O2 -no-cpp-precomp -dynamic $(DEFINES) CFLAGS += $(RC_CFLAGS) CXXFLAGS += $(RC_CFLAGS) @@ -35,6 +35,8 @@ GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -lGL -lGLU -L/usr/X11R6/lib -lX11 -lXmu -lXi GLW_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXt $(TOP)/lib/GL.dylib APP_LIB_DEPS = -L$(TOP)/lib -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11/lib -lX11 -lXmu -lXt -lXi -lm +INSTALL_DIR = /usr/X11 + # omit glw lib for now: -SRC_DIRS = glx/x11 glu glut/glx mesa +SRC_DIRS = glx/x11 mesa glu glut/glx DRIVER_DIRS = osmesa -- cgit v1.2.3