mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
fluidsynth: no libgomp for x86_gcc2 (#4215)
This commit is contained in:
committed by
Jérôme Duval
parent
cbd46a5b78
commit
0727f6ecda
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user