From 186744d36ee955865d09b8c8cbd5eb0d5b63a6d4 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 26 Aug 2014 18:47:22 +0200 Subject: desktop/hsetroot: Fixed underlinking. Thanks to lnxslck and pink_mist on irc Signed-off-by: Matteo Bernardini --- desktop/hsetroot/hsetroot.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3