summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2014-08-26 18:47:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-30 14:21:56 +0700
commit186744d36ee955865d09b8c8cbd5eb0d5b63a6d4 (patch)
treee73a2083b18a97ab4052e1f82417a8b505902289
parentd90af184de358c07f339e8baacc18bcbd77a6805 (diff)
downloadslackbuilds-186744d36ee955865d09b8c8cbd5eb0d5b63a6d4.tar.gz
slackbuilds-186744d36ee955865d09b8c8cbd5eb0d5b63a6d4.tar.xz
desktop/hsetroot: Fixed underlinking.
Thanks to lnxslck and pink_mist on irc Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--desktop/hsetroot/hsetroot.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/hsetroot/hsetroot.SlackBuild b/desktop/hsetroot/hsetroot.SlackBuild
index 42486de5dc..c8f69234f6 100644
--- a/desktop/hsetroot/hsetroot.SlackBuild
+++ b/desktop/hsetroot/hsetroot.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=hsetroot
VERSION=${VERSION:-1.0.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,6 +71,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+LDFLAGS="-lX11" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \