From aed01e3edccab30826d04c75b64e6a6e5a813fa3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 3 Jan 2016 07:29:07 -0500 Subject: [PATCH] Fix finch and harfbuzz builds --- packages/finch/{irc-makefile.patch => irc-makefile.patch.disabled} | 0 packages/harfbuzz/build.sh | 6 ++++++ 2 files changed, 6 insertions(+) rename packages/finch/{irc-makefile.patch => irc-makefile.patch.disabled} (100%) diff --git a/packages/finch/irc-makefile.patch b/packages/finch/irc-makefile.patch.disabled similarity index 100% rename from packages/finch/irc-makefile.patch rename to packages/finch/irc-makefile.patch.disabled diff --git a/packages/harfbuzz/build.sh b/packages/harfbuzz/build.sh index b2a49b02..f1e24115 100644 --- a/packages/harfbuzz/build.sh +++ b/packages/harfbuzz/build.sh @@ -4,3 +4,9 @@ TERMUX_PKG_VERSION=1.1.2 TERMUX_PKG_SRCURL=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_DEPENDS="freetype,glib,libbz2,libpng" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-icu=no" + +termux_step_pre_configure () { + # Needed to work with automake 1.15 since we patch Makefile.am + cd $TERMUX_PKG_SRCDIR + autoreconf +} -- 2.11.0