summaryrefslogtreecommitdiffstats
path: root/games/pengupop/pengupop.SlackBuild
diff options
context:
space:
mode:
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} \