mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
opensubdiv: remove RPATH (#4694)
* fixes module search paths on 32 bit x86
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user