From 2b4da236dddf6b29ec22ca451a41ed37e282364b Mon Sep 17 00:00:00 2001 From: X512 <45505339+X547@users.noreply.github.com> Date: Wed, 5 Feb 2020 20:15:21 +0900 Subject: [PATCH] opensubdiv: remove RPATH (#4694) * fixes module search paths on 32 bit x86 --- media-libs/opensubdiv/opensubdiv-3.4.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/opensubdiv/opensubdiv-3.4.0.recipe b/media-libs/opensubdiv/opensubdiv-3.4.0.recipe index 78d5c956d..d8a03ba61 100644 --- a/media-libs/opensubdiv/opensubdiv-3.4.0.recipe +++ b/media-libs/opensubdiv/opensubdiv-3.4.0.recipe @@ -7,7 +7,7 @@ surface matches Pixar's Renderman to numerical precision." HOMEPAGE="http://graphics.pixar.com/opensubdiv/" COPYRIGHT="2013-2018 Pixar" LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${portVersion//\./_}.tar.gz" CHECKSUM_SHA256="d932b292f83371c7518960b2135c7a5b931efb43cdd8720e0b27268a698973e4" SOURCE_FILENAME="opensubdiv-$portVersion.tar.gz" @@ -93,6 +93,7 @@ BUILD() -DCMAKE_BINDIR_BASE=$prefix/bin \ -DCMAKE_INCDIR_BASE=$includeDir/opensubdiv \ -DCMAKE_LIBDIR_BASE=$libDir \ + -DCMAKE_SKIP_RPATH=ON \ -DNO_EXAMPLES=ON \ -DNO_TUTORIALS=ON \ -DNO_GLFW_X11=ON \