diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index 6fffd7454..a48739939 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -6,19 +6,20 @@ CHECKSUM_MD5="f6e696690e989098f70641364fdffad7" LICENSE="GNU LGPL v2.1" COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" -ARCHITECTURES="!x86_gcc2 !x86 !x86_64" +REVISION="1" +ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" fluidsynth$secondaryArchSuffix = $portVersion - lib:libfluidsynth#secondaryArchSuffix + lib:libfluidsynth$secondaryArchSuffix " REQUIRES=" haiku$secondayArchSuffix >= $haikuVersion lib:libsndfile$secondaryArchSuffix lib:libreadline - lib:glib +# lib:glib " BUILD_REQUIRES=" @@ -28,6 +29,7 @@ BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion cmd:cmake cmd:make + cmd:gcc$secondaryArchSuffix " BUILD()