From 1d4cf0af900e5ab1709f8acf943ee01e7fdd9f92 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 7 Apr 2019 12:32:43 +0200 Subject: [PATCH] speex: drop autoconf build requires. --- media-libs/speex/speex-1.2.0.recipe | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/media-libs/speex/speex-1.2.0.recipe b/media-libs/speex/speex-1.2.0.recipe index eefa8667f..a603e9596 100644 --- a/media-libs/speex/speex-1.2.0.recipe +++ b/media-libs/speex/speex-1.2.0.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2002-2009 Xiph.org Foundation 2003 EpicGames 1992-1994 Jutta Degener, Carsten Bormann" LICENSE="Speex" -REVISION="3" +REVISION="4" SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-$portVersion.tar.gz" CHECKSUM_SHA256="eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094" @@ -51,9 +51,6 @@ BUILD_REQUIRES=" devel:libogg$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:aclocal_1.15 - cmd:autoconf - cmd:automake_1.15 cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix @@ -63,11 +60,7 @@ BUILD_PREREQUIRES=" BUILD() { - libtoolize --copy --force --install - aclocal-1.15 - autoconf - automake-1.15 --add-missing - runConfigure ./configure + AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=: runConfigure ./configure make $jobArgs }