summaryrefslogtreecommitdiff
path: root/src/glut/glx
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-02 18:06:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-02 18:06:18 +0000
commitc86eab84789a64a1d443b7e305154944800a64c1 (patch)
tree5e998a8604ab4d5bc8282e5901de9038d568a8e9 /src/glut/glx
parent352e0d0d2752426162f360a3d7dd2cf68226f6ae (diff)
added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)
Diffstat (limited to 'src/glut/glx')
-rw-r--r--src/glut/glx/Makefile.X112
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile.X11 b/src/glut/glx/Makefile.X11
index 0427f3f5fb..0ef132d451 100644
--- a/src/glut/glx/Makefile.X11
+++ b/src/glut/glx/Makefile.X11
@@ -82,7 +82,7 @@ OBJECTS = $(SOURCES:.c=.o)
##### RULES #####
.c.o:
- $(CC) -c -I$(INCDIR) $(CFLAGS) $<
+ $(CC) -c -I$(INCDIR) $(CFLAGS) $(GLUT_CFLAGS) $<