diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-08-01 09:34:46 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:34 -0500 |
commit | ce6ee5983c93f8e769d065fbc8d7d35083cd0ad5 (patch) | |
tree | d016bd146954c2cf7490d46695fccfd403c68e3b /games/assaultcube/assaultcube.SlackBuild | |
parent | 86849038ea0a8aefbd651e0ab8ec23b9ac88efde (diff) | |
download | slackbuilds-ce6ee5983c93f8e769d065fbc8d7d35083cd0ad5.tar.gz |
games/assaultcube: Included patch for X11.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/assaultcube/assaultcube.SlackBuild')
-rw-r--r-- | games/assaultcube/assaultcube.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/assaultcube/assaultcube.SlackBuild b/games/assaultcube/assaultcube.SlackBuild index 01d498a457..e16ab799c3 100644 --- a/games/assaultcube/assaultcube.SlackBuild +++ b/games/assaultcube/assaultcube.SlackBuild @@ -7,7 +7,7 @@ SRCNAM=AssaultCube PRGNAM=assaultcube VERSION=1.1.0.4 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -51,6 +51,8 @@ find . \ # Use custom SLKCFLAGS and remove precompiled binaries. patch -p1 < $CWD/Makefile.patch +# From upstream. Missing -Xll +patch -p1 < $CWD/missing-X11.patch sed -i "s|-O2|$SLKCFLAGS|" source/enet/configure rm -f bin_unix/* |