diff --git a/games-engines/ponscripter/patches/ponscripter_x86-20111009.patchset b/games-engines/ponscripter/patches/ponscripter_x86-20111009.patchset index c9ee5605e..80b8b42c9 100644 --- a/games-engines/ponscripter/patches/ponscripter_x86-20111009.patchset +++ b/games-engines/ponscripter/patches/ponscripter_x86-20111009.patchset @@ -1,7 +1,10 @@ +From: Guest One + + diff --git a/src/AnimationInfo.cpp b/src/AnimationInfo.cpp index b762be0..4d59a67 100644 ---- a/src/AnimationInfo.cpp -+++ b/src/AnimationInfo.cpp +--- ponscripter-20111009-src/src/AnimationInfo.cpp ++++ ponscripter-20111009-src-haiku/src/AnimationInfo.cpp @@ -46,6 +46,8 @@ #define M_PI 3.14159265358979323846 #endif diff --git a/games-engines/ponscripter/ponscripter-20111009.recipe b/games-engines/ponscripter/ponscripter-20111009.recipe index 5cc4278c2..121e9a436 100644 --- a/games-engines/ponscripter/ponscripter-20111009.recipe +++ b/games-engines/ponscripter/ponscripter-20111009.recipe @@ -11,7 +11,10 @@ COPYRIGHT=" 2001-2011, Ogapee 2007-2011, Mion Sonozaki " -REVISION="1" +REVISION="4" +# +# This package can not be build with gcc2 +# ARCHITECTURES="x86 ?x86_gcc2" SECONDARY_ARCHITECTURES="x86 ?x86_gcc2" @@ -19,7 +22,6 @@ PATCHES="ponscripter_x86-20111009.patchset" PROVIDES=" ponscripter${secondaryArchSuffix} = $portVersion -# cmd:ponscr${secondaryArchSuffix} = $portVersion cmd:ponscr " REQUIRES=" @@ -39,6 +41,9 @@ REQUIRES=" " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion +" + +BUILD_REQUIRES=" cmd:make cmd:awk cmd:gcc${secondaryArchSuffix} @@ -55,7 +60,7 @@ BUILD_PREREQUIRES=" libogg${secondaryArchSuffix}_devel libvorbis${secondaryArchSuffix}_devel zlib${secondaryArchSuffix}_devel - " +" BUILD() {