From 663b55eb3f60d265f6c14e43847289a795341b3b Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 15 Nov 2015 09:03:20 +0100 Subject: desktop/wmakerconf: Fix linking to libX11, changed homepage. Signed-off-by: Matteo Bernardini --- desktop/wmakerconf/wmakerconf.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/wmakerconf/wmakerconf.SlackBuild') diff --git a/desktop/wmakerconf/wmakerconf.SlackBuild b/desktop/wmakerconf/wmakerconf.SlackBuild index b29f7da6255dc..a971aba9b782a 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 \ -- cgit v1.2.3