dialog: -Werror=implicit-function-declaration
[termux-packages] / packages / hunspell / build.sh
index 87cc19e..5512191 100644 (file)
@@ -1,4 +1,4 @@
-TTERMUX_PKG_HOMEPAGE=https://hunspell.github.io
+TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
 TERMUX_PKG_DESCRIPTION="Spell checker"
 TERMUX_PKG_VERSION=1.6.1
 TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz
@@ -9,6 +9,5 @@ TERMUX_PKG_FOLDERNAME=hunspell-${TERMUX_PKG_VERSION}
 TERMUX_PKG_BUILD_IN_SRC=yes
 
 termux_step_pre_configure() {
-       cd $TERMUX_PKG_SRCDIR
        autoreconf -vfi
 }