gnushogi: fix build with ndk r23

This commit is contained in:
Henrik Grimler 2021-11-27 10:21:31 +01:00
parent 1a0aab80d1
commit 7de9fb86c4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Program that plays the game of Shogi, also known as Japa
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.2
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gnushogi/gnushogi-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1ecc48a866303c63652552b325d685e7ef5e9893244080291a61d96505d52b29
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_curses_clrtoeol=yes --with-curses"
@ -12,7 +12,7 @@ TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_HOSTBUILD=true
termux_step_pre_configure() {
CFLAGS+=" $CPPFLAGS"
CFLAGS+=" $CPPFLAGS -fcommon"
}
termux_step_post_configure () {