]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
orbit2 workaround
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 25 Mar 2008 20:28:09 +0000 (20:28 +0000)
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 25 Mar 2008 20:28:09 +0000 (20:28 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1676 370017ae-e619-0410-ac65-c121f96126d4

gnome/base/orbit/ORBit2.SlackBuild

index 6b461632bc8eb0a26e0ec8ce99d3815c279f502a..f282e4bbde52bbe55a1eaa448d27e6e587fc6add 100644 (file)
@@ -41,7 +41,8 @@ REPOS=${REPOS:=$TMP}
 PREFIX=${PREFIX:=/usr}
 PKG_WORK="$TMP/$SRC_NAME"
 CONF_OPTIONS=${CONF_OPTIONS:=""}
-NUMJOBS=${NUMJOBS:="-j4"}
+# Paralell build is not working for me...
+# NUMJOBS=${NUMJOBS:="-j4"}
 
 # Set system libraries' path and optmization flags based on $ARCH
 LIBDIR="$PREFIX/lib"
@@ -96,7 +97,7 @@ CFLAGS="$SLKCFLAGS" \
   --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF
 
 # Compile
-make $NUMJOBS || exit $ERROR_MAKE
+make || exit $ERROR_MAKE
 
 # Install
 make install DESTDIR="$PKG" || exit $ERROR_INSTALL