diff options
Diffstat (limited to 'games/smc/smc.SlackBuild')
-rw-r--r-- | games/smc/smc.SlackBuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/smc/smc.SlackBuild b/games/smc/smc.SlackBuild index 9357979bd4..06583f78fb 100644 --- a/games/smc/smc.SlackBuild +++ b/games/smc/smc.SlackBuild @@ -4,7 +4,7 @@ # Written by Phillip Warner <pc_warner@yahoo.com> PRGNAM=smc -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.9} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -14,9 +14,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# Say NO here if using boost < 1.36 -PATCHBOOST=${PATCHBOOST:-YES} - if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" @@ -39,10 +36,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+rw,go-w . -if [ "$PATCHBOOST" == "YES" ]; then - patch -p1 < $CWD/smc1.8_boost1.36.patch -fi - +patch -p1 < $CWD/smc-1.9_boost.patch ./autogen.sh CFLAGS="$SLKCFLAGS" \ @@ -70,4 +64,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |