From 761be0e0b8593f40cce4e24136dafab9f90903d7 Mon Sep 17 00:00:00 2001 From: Mason Loring Bliss Date: Wed, 3 Feb 2016 22:34:50 -0600 Subject: desktop/wmctrl: Fix for x86_64 Signed-off-by: Robby Workman --- desktop/wmctrl/wmctrl.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/wmctrl/wmctrl.SlackBuild') diff --git a/desktop/wmctrl/wmctrl.SlackBuild b/desktop/wmctrl/wmctrl.SlackBuild index 3e628d93cbbd2..0b88252f8ce1a 100644 --- a/desktop/wmctrl/wmctrl.SlackBuild +++ b/desktop/wmctrl/wmctrl.SlackBuild @@ -3,11 +3,12 @@ # Slackware build script for wmctrl # Written by Vasilis Papavasileiou # Modified by the SlackBuilds.org project +# Modified by Mason Loring Bliss. # (assumed to be public domain per our submission policy) PRGNAM=wmctrl VERSION=1.07 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -62,6 +63,8 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --build=$ARCH-slackware-linux +patch -p0 < $CWD/patch-64bit.diff + make make install DESTDIR=$PKG -- cgit v1.2.3