diff options
-rw-r--r-- | games/opentyrian/opentyrian.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/opentyrian/opentyrian.SlackBuild b/games/opentyrian/opentyrian.SlackBuild index 5202bab3b5..156e6a54ea 100644 --- a/games/opentyrian/opentyrian.SlackBuild +++ b/games/opentyrian/opentyrian.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170620 bkw: fix compile on -current (still works fine on 14.2) + PRGNAM=opentyrian VERSION=${VERSION:-2.1.20130907} BUILD=${BUILD:-1} @@ -66,6 +68,7 @@ mkdir -p \ $PKG/install sed -i "s,-g0,$SLKCFLAGS," Makefile +sed -i "s,-g3.*\$,$SLKCFLAGS," Makefile make install -s $PRGNAM $PKG/usr/games |