[Xquartz-changes] [630] trunk/compile-xserver.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed May 9 14:49:10 PDT 2012


Revision: 630
          http://trac.macosforge.org/projects/xquartz/changeset/630
Author:   jeremyhu at freedesktop.org
Date:     2012-05-09 14:49:09 -0700 (Wed, 09 May 2012)
Log Message:
-----------
Misc cleanup

Modified Paths:
--------------
    trunk/compile-xserver.sh

Modified: trunk/compile-xserver.sh
===================================================================
--- trunk/compile-xserver.sh	2012-04-27 07:33:27 UTC (rev 629)
+++ trunk/compile-xserver.sh	2012-05-09 21:49:09 UTC (rev 630)
@@ -14,6 +14,8 @@
 
 . ~/src/strip.sh
 
+PATH=$PATH:/opt/local/bin
+
 #PREFIX=/usr/X11
 #ARCHFLAGS="-arch i386 -arch x86_64"
 
@@ -43,8 +45,8 @@
 
 #CC="llvm-gcc"
 #CXX="llvm-g++"
-CC="/opt/local/bin/clang-mp-3.1"
-CXX="/opt/local/bin/clang++-mp-3.1"
+CC="/opt/local/bin/clang-mp-3.0"
+CXX="/opt/local/bin/clang++-mp-3.0"
 
 OBJC="$CC"
 
@@ -66,6 +68,8 @@
 	export FOP_OPTS="-Xmx2048m -Djava.awt.headless=true"
 	export GROFF=/opt/local/bin/groff
 	export PS2PDF=/opt/local/bin/ps2pdf
+else
+	CONFOPT="${CONFOPT} --disable-docs --disable-devel-docs --disable-builddocs"
 fi
 
 export ACLOCAL CPPFLAGS CFLAGS OBJCFLAGS LDFLAGS CC OBJC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120509/45f62c7f/attachment.html>


More information about the Xquartz-changes mailing list