From 0727f6ecda463ae0ecf0055be6ca324be874df6a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 2 Oct 2019 08:31:54 +0200 Subject: [PATCH] fluidsynth: no libgomp for x86_gcc2 (#4215) --- media-sound/fluidsynth/fluidsynth2-2.0.7.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth2-2.0.7.recipe b/media-sound/fluidsynth/fluidsynth2-2.0.7.recipe index 67313db7e..63b106311 100644 --- a/media-sound/fluidsynth/fluidsynth2-2.0.7.recipe +++ b/media-sound/fluidsynth/fluidsynth2-2.0.7.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2017-2019 Tom Moebert 2007-2019 David Henningsson 2000-2019 Peter Hanappe" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/FluidSynth/fluidsynth/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320" SOURCE_DIR="fluidsynth-$portVersion" @@ -36,7 +36,6 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libFLAC$secondaryArchSuffix lib:libglib_2.0$secondaryArchSuffix - lib:libgomp$secondaryArchSuffix lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libncurses$secondaryArchSuffix @@ -46,6 +45,11 @@ REQUIRES=" lib:libsndfile$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix " +if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then +REQUIRES="$REQUIRES + lib:libgomp$secondaryArchSuffix + " +fi PROVIDES_devel=" fluidsynth2${secondaryArchSuffix}_devel = $portVersion