diff --git a/games-arcade/lbreakout2/lbreakout2-2.6.5.recipe b/games-arcade/lbreakout2/lbreakout2-2.6.5.recipe index 250418366..380017754 100644 --- a/games-arcade/lbreakout2/lbreakout2-2.6.5.recipe +++ b/games-arcade/lbreakout2/lbreakout2-2.6.5.recipe @@ -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 }