games/opentyrian: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
2215904e4c
commit
ba72e39924
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue