diff options
author | Iskar Enev <iskar.enev[@]gmail.com> | 2010-05-13 00:41:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:41:52 +0200 |
commit | 0e0e951fbf25446e8475aa24a304c66354377da7 (patch) | |
tree | 169b75e6756510e82fcbec89349e58d74fc26709 /system/splix/splix.SlackBuild | |
parent | 8521452e5ed932fa0f5f230492d6b5732598d6f3 (diff) | |
download | slackbuilds-0e0e951fbf25446e8475aa24a304c66354377da7.tar.gz |
system/splix: Updated for version 2.0.0
Diffstat (limited to 'system/splix/splix.SlackBuild')
-rw-r--r-- | system/splix/splix.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/splix/splix.SlackBuild b/system/splix/splix.SlackBuild index 5672e06973..0f9bff5997 100644 --- a/system/splix/splix.SlackBuild +++ b/system/splix/splix.SlackBuild @@ -22,10 +22,13 @@ CUPSDATADIR=$(cups-config --datadir) if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi # Whether or not to use JBIG (see README) @@ -77,4 +80,4 @@ mkdir -p $PKG/install 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} |