mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mpg123: libtool fixup
* patch by Diver.
This commit is contained in:
@@ -27,14 +27,19 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="mpg123-1.12.1.patch"
|
||||
BUILD()
|
||||
{
|
||||
#libtoolize --force --copy --install
|
||||
# aclocal
|
||||
# autoconf
|
||||
sed -i "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS," configure.ac
|
||||
libtoolize --force --copy --install
|
||||
autoreconf --force --install
|
||||
LDFLAGS="-lnetwork" runConfigure ./configure --disable-aligncheck
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user