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

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 22 15:58:21 PDT 2011


Revision: 513
          http://trac.macosforge.org/projects/xquartz/changeset/513
Author:   jeremyhu at freedesktop.org
Date:     2011-03-22 15:58:21 -0700 (Tue, 22 Mar 2011)
Log Message:
-----------
Compile for /opt/X11 by default

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

Modified: trunk/compile-xserver.sh
===================================================================
--- trunk/compile-xserver.sh	2011-03-22 22:55:07 UTC (rev 512)
+++ trunk/compile-xserver.sh	2011-03-22 22:58:21 UTC (rev 513)
@@ -9,17 +9,17 @@
 
 # Parallel Make.  Change $MAKE if you don't have gmake installed
 MAKE="gnumake"
-MAKE_OPTS="-j10"
+MAKE_OPTS="-j3"
 
 #SCAN_BUILD="scan-build -v -V -o clang.d"
  
 . ~/src/strip.sh
 
-PREFIX=/usr/X11
+#PREFIX=/usr/X11
 #ARCHFLAGS="-arch i386 -arch ppc"
 
-#PREFIX=/opt/X11
-#CONFOPT="$CONFOPT --with-apple-application-name=XQuartz --with-launchd-id-prefix=org.macosforge.xquartz"
+PREFIX=/opt/X11
+CONFOPT="$CONFOPT --with-apple-application-name=XQuartz --with-launchd-id-prefix=org.macosforge.xquartz"
 ARCHFLAGS="-arch i386 -arch x86_64"
 
 ACLOCAL="aclocal -I ${PREFIX}/share/aclocal -I /usr/local/share/aclocal"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110322/2b31575b/attachment.html>


More information about the Xquartz-changes mailing list