mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sdl2_image: requires automake 1.13.x.
This commit is contained in:
@@ -46,8 +46,8 @@ BUILD_REQUIRES="
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:aclocal_1.13
|
||||
cmd:automake_1.13
|
||||
cmd:autoconf
|
||||
cmd:dos2unix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -60,9 +60,11 @@ SOURCE_DIR="SDL2_image-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
libtoolize --copy --force --install
|
||||
aclocal --install -I acinclude
|
||||
aclocal-1.13 --install -I acinclude
|
||||
autoconf
|
||||
automake-1.13
|
||||
dos2unix miniz.h
|
||||
runConfigure ./configure --enable-jpg-shared=no --enable-png-shared=no \
|
||||
--enable-tif-shared=no --enable-webp-shared=no
|
||||
|
||||
Reference in New Issue
Block a user