Revision: 376 http://trac.macosforge.org/projects/xquartz/changeset/376 Author: jeremyhu@freedesktop.org Date: 2009-10-18 16:46:27 -0700 (Sun, 18 Oct 2009) Log Message: ----------- No more mesa Modified Paths: -------------- trunk/compile-xserver.sh Modified: trunk/compile-xserver.sh =================================================================== --- trunk/compile-xserver.sh 2009-10-18 23:44:50 UTC (rev 375) +++ trunk/compile-xserver.sh 2009-10-18 23:46:27 UTC (rev 376) @@ -4,13 +4,9 @@ #CONFOPT="--disable-glx" #CONFOPT="--disable-shave" -#MESA="$(pwd)/../Mesa-6.5.2" -#MESA="$(pwd)/../Mesa-7.0.4" -MESA="$(pwd)/mesa" - # Parallel Make. Change $MAKE if you don't have gmake installed MAKE="gnumake" -MAKE_OPTS="-j2" +MAKE_OPTS="-j8" . ~/src/strip.sh @@ -69,3 +65,5 @@ docomp `[ -f conf_flags ] && cat conf_flags` #doinst [[ -n $1 ]] && dodist $1 + +exit 0