diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-11-15 09:03:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 663b55eb3f60d265f6c14e43847289a795341b3b (patch) | |
tree | 1ceab43e4c358b8bb79dc9e39bdd5a4722a03fbd /desktop/wmakerconf/wmakerconf.SlackBuild | |
parent | 33e07613e97d8f5378eb64face53b5952c1ab264 (diff) | |
download | slackbuilds-663b55eb3f60d265f6c14e43847289a795341b3b.tar.gz |
desktop/wmakerconf: Fix linking to libX11, changed homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/wmakerconf/wmakerconf.SlackBuild')
-rw-r--r-- | desktop/wmakerconf/wmakerconf.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/wmakerconf/wmakerconf.SlackBuild b/desktop/wmakerconf/wmakerconf.SlackBuild index b29f7da625..a971aba9b7 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 \ |