[Xquartz-changes] [166] AppleSGLX/trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 18 00:07:51 PST 2009


Revision: 166
          http://trac.macosforge.org/projects/xquartz/changeset/166
Author:   jeremyhu at freedesktop.org
Date:     2009-02-18 00:07:43 -0800 (Wed, 18 Feb 2009)
Log Message:
-----------
Order our includes before CFLAGS since that might pull in conflicting headers from glproto

Modified Paths:
--------------
    AppleSGLX/trunk/Makefile

Modified: AppleSGLX/trunk/Makefile
===================================================================
--- AppleSGLX/trunk/Makefile	2009-02-18 04:09:28 UTC (rev 165)
+++ AppleSGLX/trunk/Makefile	2009-02-18 08:07:43 UTC (rev 166)
@@ -11,7 +11,7 @@
 RM=rm
 
 INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -Igl -F/System/Library/Frameworks/OpenGL.framework -I$(INSTALL_DIR)/include
-COMPILE=$(CC) $(GL_CFLAGS) $(INCLUDE) -c
+COMPILE=$(CC) $(INCLUDE) $(GL_CFLAGS) -c
 
 TEST_BUILD_DIR=builds
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090218/80463d6c/attachment-0001.html>


More information about the Xquartz-changes mailing list