From ebf40f3d1efcf17fe6293951298fbda74b0849ee Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sun, 22 Jun 2025 11:10:43 +0200 Subject: [PATCH] fdpp: attempt secondary arch build --- app-emulation/fdpp/fdpp-1.9.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 "