X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/fc28d8f4d1224ce6f7a77b183a54b94e6d3f907e..150f95af271c7e32d66d94adbc7db6a8298d1693:/packages/gtypist/build.sh diff --git a/packages/gtypist/build.sh b/packages/gtypist/build.sh index d17674e5..4726c1dc 100644 --- a/packages/gtypist/build.sh +++ b/packages/gtypist/build.sh @@ -3,5 +3,5 @@ TERMUX_PKG_DESCRIPTION="Universal typing tutor" TERMUX_PKG_VERSION=2.9.5 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/gtypist/gtypist-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="libandroid-support, ncurses" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_ncursesw_ncurses_h=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes --enable-nls=no ac_cv_header_libintl_h=no" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_ncursesw_ncurses_h=yes --enable-nls=no ac_cv_header_libintl_h=no" TERMUX_PKG_RM_AFTER_INSTALL="share/emacs/site-lisp bin/typefortune share/man/man1/typefortune.1"