aboutsummaryrefslogtreecommitdiff
path: root/desktop/wmakerconf/wmakerconf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmakerconf/wmakerconf.SlackBuild')
-rw-r--r--desktop/wmakerconf/wmakerconf.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/wmakerconf/wmakerconf.SlackBuild b/desktop/wmakerconf/wmakerconf.SlackBuild
index b29f7da6255d..a971aba9b782 100644
--- a/desktop/wmakerconf/wmakerconf.SlackBuild
+++ b/desktop/wmakerconf/wmakerconf.SlackBuild
@@ -7,7 +7,7 @@
PRGNAM=wmakerconf
VERSION=${VERSION:-2.12}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -57,6 +57,9 @@ find -L . \
# http://sourceforge.net/tracker/?func=detail&aid=3522083&group_id=196469&atid=957581
patch -p1 < $CWD/wmakerconf-2.12-wmaker-0.95_support.patch
+# Fix linking to X11 libs
+sed -e "/^LIBS =/s/$/ -lX11/" -i src/Makefile.in
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \