summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2010-05-11 22:22:09 +0200
committer David Somero2010-05-11 22:22:09 +0200
commitb28a657345b4a9372cfb952df47ef71dd3651957 (patch)
tree438d9fad3212ed2d9e93835da44433da057bdbb7 /desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild
parent6d9e6ccf22be9c0befcfd402c7ce746ab0699a22 (diff)
downloadslackbuilds-b28a657345b4a9372cfb952df47ef71dd3651957.tar.gz
desktop/xfce4-notes-plugin: Updated for version 1.6.3
Diffstat (limited to 'desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild
index 49963f2dfb..92b2ebe5ca 100644
--- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild
+++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-notes-plugin
-# Copyright 2006-2008 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-notes-plugin
-VERSION=1.6.1
+VERSION=1.6.3
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