summaryrefslogtreecommitdiffstats
path: root/libraries/libfm/libfm.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-28 20:04:13 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-28 21:26:57 -0500
commit3f5c518a4f60f6973b2ed71b99e8be6e13e160dc (patch)
tree4e83c7783ed963b77b4afc8b75e7a6a354d15804 /libraries/libfm/libfm.SlackBuild
parent5ccfa068d73b4f63c566b858f55061f1c1bc671c (diff)
downloadslackbuilds-3f5c518a4f60f6973b2ed71b99e8be6e13e160dc.tar.gz
slackbuilds-3f5c518a4f60f6973b2ed71b99e8be6e13e160dc.tar.xz
libraries/libfm: Updated for version 1.0.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libfm/libfm.SlackBuild')
-rw-r--r--libraries/libfm/libfm.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/libfm/libfm.SlackBuild b/libraries/libfm/libfm.SlackBuild
index 6befe46162..5ac35aae1b 100644
--- a/libraries/libfm/libfm.SlackBuild
+++ b/libraries/libfm/libfm.SlackBuild
@@ -25,7 +25,7 @@
# slightly modified by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=libfm
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,12 +71,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix a segfault reported on the issue tracker
-# https://sourceforge.net/tracker/?func=detail&atid=801864&aid=3557764&group_id=156956
-patch -p1 < $CWD/libfm_issue_3557764.patch
-
sh autogen.sh || true
+LDFLAGS="-lgobject-2.0 -lglib-2.0" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \