lbreakout2, bump rev, enable x86_64, fix build

This commit is contained in:
begasus
2018-05-19 09:49:51 +02:00
committed by humdinger
parent d95cf0a7e6
commit 274e410e4f

View File

@@ -11,13 +11,13 @@ Additional, user-created levels and themes are available as separate packages."
HOMEPAGE="http://lgames.sourceforge.net/"
COPYRIGHT="2001-2015 Michael Speck"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://sourceforge.net/projects/lgames/files/lbreakout2/2.6/lbreakout2-$portVersion.tar.gz"
CHECKSUM_SHA256="9104d6175553da3442dc6a5fc407a669e2f5aff3eedc5d30409eb003b7a78d6f"
PATCHES="lbreakout2-$portVersion.patchset"
ADDITIONAL_FILES="lbreakout2.rdef"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
lbreakout2 = $portVersion
@@ -26,33 +26,37 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libiconv
lib:libintl
lib:libpng16
lib:libsdl
lib:libsdl_mixer
lib:libsdl_net_1.2
lib:libpng16
lib:libz
lib:libintl
"
BUILD_REQUIRES="
haiku_devel
devel:libiconv
devel:libintl
devel:libpng16
devel:libsdl
devel:libsdl_mixer
devel:libsdl_net_1.2
devel:libintl
devel:libz
devel:libpng16
"
BUILD_PREREQUIRES="
cmd:make
cmd:aclocal
cmd:autoreconf
cmd:awk
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make
"
BUILD()
{
libtoolize --force --copy --install
autoreconf -vfi
LDFLAGS="-lintl -lnetwork" runConfigure ./configure --with-docdir=$documentationDir
make $jobArgs
}