Updated jabber4haiku and sdl_ttf

Buildfixes
This commit is contained in:
Humdinger
2016-10-01 08:12:46 +02:00
parent f64cb25b94
commit 7093cdf8c2
2 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ without much effort."
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
COPYRIGHT="1997-2012 Sam Lantinga"
LICENSE="Zlib"
REVISION="3"
REVISION="4"
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz"
CHECKSUM_SHA256="724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7"
SOURCE_DIR="SDL_ttf-$portVersion"
@@ -50,7 +50,7 @@ BUILD_REQUIRES="
devel:libpng$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:libtoolize$secondaryArchSuffix
git push -f
cmd:aclocal
cmd:automake
cmd:autoconf
@@ -63,6 +63,9 @@ BUILD_PREREQUIRES="
BUILD()
{
# Mandatory autotools files…
touch AUTHORS NEWS ChangeLog
libtoolize --copy --force --install
aclocal --install -I acinclude
automake --add-missing