summaryrefslogtreecommitdiff
path: root/system/xfe/xfe.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-25 15:12:37 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-25 23:26:50 -0500
commitc42b490bdecabc331d7f26565918fbc3b5b27c1e (patch)
tree729febb0f636f58051eb6a6fe0bc0eec89ed9693 /system/xfe/xfe.SlackBuild
parentf6ae92dc34d5017898450ecd3a0a8005ecb599ed (diff)
downloadslackbuilds-c42b490bdecabc331d7f26565918fbc3b5b27c1e.tar.gz
system/xfe: Updated for version 1.32.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xfe/xfe.SlackBuild')
-rw-r--r--system/xfe/xfe.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/xfe/xfe.SlackBuild b/system/xfe/xfe.SlackBuild
index d263a65abd..8be28902e4 100644
--- a/system/xfe/xfe.SlackBuild
+++ b/system/xfe/xfe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfe
-# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
+# Copyright 2006-2011 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=xfe
-VERSION=1.32.1
+VERSION=1.32.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,8 +71,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-patch -p1 < $CWD/FXint-no_inline.diff
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -82,7 +80,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-debug \
--enable-release \
- --disable-static \
--build=$ARCH-slackware-linux
make