mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
speex: drop autoconf build requires.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user