mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libiptcdata: requires automake 1.13.x.
This commit is contained in:
@@ -45,15 +45,16 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:libtool
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:aclocal_1.13
|
||||
cmd:automake_1.13
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
aclocal-1.13 -I m4
|
||||
autoconf
|
||||
automake
|
||||
automake-1.13
|
||||
runConfigure ./configure --disable-gtk-doc --enable-static --enable-shared
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user