diff --git a/app-emulation/fdpp/fdpp-1.9.recipe b/app-emulation/fdpp/fdpp-1.9.recipe index 25e4326ba..f06235501 100644 --- a/app-emulation/fdpp/fdpp-1.9.recipe +++ b/app-emulation/fdpp/fdpp-1.9.recipe @@ -9,8 +9,8 @@ CHECKSUM_SHA256="65fdf0819d490c8ba32fc706309f483f0c6547ff65c860efbb4323e4138896e REVISION="1" PATCHES="$portVersionedName.patchset" -ARCHITECTURES="all" -SECONDARY_ARCHITECTURES="?x86" +ARCHITECTURES="all !x86_gcc2" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" fdpp$secondaryArchSuffix = $portVersion @@ -19,11 +19,11 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libelf + lib:libelf$secondaryArchSuffix " PROVIDES_devel=" - fdpp_devel$secondaryArchSuffix = $portVersion + fdpp${secondaryArchSuffix}_devel = $portVersion devel:libfdpp$secondaryArchSuffix = 35 devel:libfdldr$secondaryArchSuffix = 35 " @@ -34,17 +34,17 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libelf + devel:libelf$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:autom4te cmd:clang$secondaryArchSuffix - cmd:cpp + cmd:cpp$secondaryArchSuffix cmd:git cmd:make cmd:meson cmd:nasm_segelf - cmd:pkg_config + cmd:pkg_config$secondaryArchSuffix cmd:thunk_gen "