summaryrefslogtreecommitdiffstats
path: root/games/pengupop/pengupop.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2012-09-17 04:07:15 +0200
committer Robby Workman2012-09-17 06:25:59 +0200
commit4f1522abc5e4850d77da995da1565e2e07d6ccc6 (patch)
treeeed43cc6f5717482f1f03986d55d7b813e4a1129 /games/pengupop/pengupop.SlackBuild
parenta84c99b2d78d78e2021d35760be329bd82aba4c9 (diff)
downloadslackbuilds-4f1522abc5e4850d77da995da1565e2e07d6ccc6.tar.gz
games/pengupop: Upgraded to 2.2.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pengupop/pengupop.SlackBuild')
-rw-r--r--games/pengupop/pengupop.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/pengupop/pengupop.SlackBuild b/games/pengupop/pengupop.SlackBuild
index 5f0c2de296..dfd2e8acac 100644
--- a/games/pengupop/pengupop.SlackBuild
+++ b/games/pengupop/pengupop.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pengupop
-VERSION=${VERSION:-2.2.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.2.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -69,7 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+patch -p1 < $CWD/pengupop_2.2.5-3.diff
+
+CFLAGS="$SLKCFLAGS -lm" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \