diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:22:07 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:07 +0200 |
commit | 55468ea31958fc727f952ee77866bff3f72053b3 (patch) | |
tree | c044f42c68b1b5eb6cdc9744e8c3670ebdb43359 /desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild | |
parent | 090884ae6d0177431b51528024a1c2e6265a9cae (diff) | |
download | slackbuilds-55468ea31958fc727f952ee77866bff3f72053b3.tar.gz |
desktop/xfce4-fsguard-plugin: Updated for version 0.4.2
Diffstat (limited to 'desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild index ca2e896361..93dbb0548b 100644 --- a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild +++ b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-fsguard-plugin -# Copyright 2006-2007 Robby Workman (http://rlworkman.net) +# Copyright 2006-2008 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-fsguard-plugin -VERSION=0.4.0 +VERSION=0.4.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,6 +37,8 @@ if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi set -e @@ -60,7 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --enable-shared=yes \ --enable-static=no \ - --enable-debug=no + --enable-debug=no \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG |