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

@@ -5,12 +5,12 @@ to use user interface."
HOMEPAGE="https://github.com/HaikuArchives/Jabber4Haiku"
COPYRIGHT="19??-2009 John Blanco, Frank Paul Silye, Andrea Anzani, Daniel Fischer, zuMi"
LICENSE="MIT"
REVISION="2"
commit="013832c8c57458253eece71c45310a3103229f35"
REVISION="3"
commit="5b101cfa4a9e9eb5746b3b1880480e93b0072316"
SOURCE_URI="$HOMEPAGE/archive/$commit.tar.gz"
SOURCE_FILENAME="$portName-$commit.tar.gz"
SOURCE_DIR="Jabber4Haiku-$commit"
CHECKSUM_SHA256="59e8fdc1bb418e450be1497261d1fa1c5936b2308870d2730cd32e80f90f0a81"
CHECKSUM_SHA256="225e117aa984cf9d09969137dc95c61200356032876ff2efd8d3637271c1bbfd"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"

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