Skip to content

Commit

Permalink
soxr: add libgomp dependency on gcc5.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Dec 2, 2016
1 parent 9a944dc commit ee21af1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion media-libs/soxr/soxr-0.1.1.recipe
Expand Up @@ -5,7 +5,7 @@ high-quality."
HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
COPYRIGHT="2007-2013 Rob Sykes"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/project/soxr/soxr-${portVersion}-Source.tar.xz"
CHECKSUM_SHA256="dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2"
SOURCE_DIR="soxr-${portVersion}-Source"
Expand All @@ -22,6 +22,11 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
REQUIRES="$REQUIRES
lib:libgomp$secondaryArchSuffix
"
fi

PROVIDES_devel="
soxr${secondaryArchSuffix}_devel = $portVersion
Expand Down

0 comments on commit ee21af1

Please sign in to comment.