summaryrefslogtreecommitdiffstats
path: root/desktop/wmctrl/wmctrl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmctrl/wmctrl.SlackBuild')
-rw-r--r--desktop/wmctrl/wmctrl.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/wmctrl/wmctrl.SlackBuild b/desktop/wmctrl/wmctrl.SlackBuild
index 3e628d93cb..0b88252f8c 100644
--- a/desktop/wmctrl/wmctrl.SlackBuild
+++ b/desktop/wmctrl/wmctrl.SlackBuild
@@ -3,11 +3,12 @@
# Slackware build script for wmctrl
# Written by Vasilis Papavasileiou <el03020 at mail dot ntua dot gr>
# 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