libgcrypt: Revert from 1.7.4 to 1.7.3
[termux-packages] / packages / fftw / build.sh
index d47af0e..f0d81ab 100644 (file)
@@ -1,11 +1,10 @@
 TERMUX_PKG_HOMEPAGE=http://www.fftw.org/
 TERMUX_PKG_DESCRIPTION="Library for computing the Discrete Fourier Transform (DFT) in one or more dimensions"
-TERMUX_PKG_VERSION=3.3.4
+TERMUX_PKG_VERSION=3.3.5
 TERMUX_PKG_SRCURL=http://www.fftw.org/fftw-${TERMUX_PKG_VERSION}.tar.gz
 
-# --enable-neon requires fftw to be built with single precision, so do not enable
-#termux_step_pre_configure () {
-#if [ "$TERMUX_HOST_PLATFORM" = "arm-linux-androideabi" ]; then
-#TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-neon"
-#fi
-#}
+termux_step_pre_configure () {
+       # We are patching autoconf.ac.
+       cd $TERMUX_PKG_SRCDIR
+       autoreconf
+}