From ba72e39924b18e60748837b08a99ce0c1ba1a57a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 20 Jun 2017 23:20:03 -0400 Subject: games/opentyrian: Fix build for -current. Signed-off-by: B. Watson --- games/opentyrian/opentyrian.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/opentyrian') 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 -- cgit v1.2.3