mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
povray, fix build for x86_gcc2 (#3914)
This commit is contained in:
@@ -8,7 +8,7 @@ Commodore Amiga computers."
|
|||||||
HOMEPAGE="http://www.povray.org/"
|
HOMEPAGE="http://www.povray.org/"
|
||||||
COPYRIGHT="1991-2013 Persistence of Vision Raytracer Pty. Ltd."
|
COPYRIGHT="1991-2013 Persistence of Vision Raytracer Pty. Ltd."
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/POV-Ray/povray/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/POV-Ray/povray/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="53d11ebd2972fc452af168a00eb83aefb61387662c10784e81b63e44aa575de4"
|
CHECKSUM_SHA256="53d11ebd2972fc452af168a00eb83aefb61387662c10784e81b63e44aa575de4"
|
||||||
PATCHES="povray-$portVersion.patchset"
|
PATCHES="povray-$portVersion.patchset"
|
||||||
@@ -23,12 +23,11 @@ GLOBAL_WRITABLE_FILES="
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
povray$secondaryArchSuffix = $portVersion
|
povray$secondaryArchSuffix = $portVersion
|
||||||
cmd:povray = $portVersion
|
cmd:povray$secondaryArchSuffix = $portVersion
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libboost_system$secondaryArchSuffix
|
boost165$secondaryArchSuffix
|
||||||
lib:libboost_thread$secondaryArchSuffix
|
|
||||||
lib:libHalf$secondaryArchSuffix
|
lib:libHalf$secondaryArchSuffix
|
||||||
lib:libiex_2_2$secondaryArchSuffix
|
lib:libiex_2_2$secondaryArchSuffix
|
||||||
lib:libiexmath_2_2$secondaryArchSuffix
|
lib:libiexmath_2_2$secondaryArchSuffix
|
||||||
@@ -48,8 +47,7 @@ fi
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libboost_system$secondaryArchSuffix
|
boost165${secondaryArchSuffix}_devel
|
||||||
devel:libboost_thread$secondaryArchSuffix
|
|
||||||
devel:libHalf$secondaryArchSuffix
|
devel:libHalf$secondaryArchSuffix
|
||||||
devel:libiex_2_2$secondaryArchSuffix
|
devel:libiex_2_2$secondaryArchSuffix
|
||||||
devel:libiexmath_2_2$secondaryArchSuffix
|
devel:libiexmath_2_2$secondaryArchSuffix
|
||||||
@@ -97,7 +95,7 @@ BUILD()
|
|||||||
runConfigure ./configure \
|
runConfigure ./configure \
|
||||||
COMPILED_BY="HaikuPorts" \
|
COMPILED_BY="HaikuPorts" \
|
||||||
--disable-optimiz \
|
--disable-optimiz \
|
||||||
--with-boost-libdir="$portPackageLinksDir/devel~libboost_system/$relativeLibDir/" \
|
--with-boost-libdir=`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir \
|
||||||
$KeepEXR
|
$KeepEXR
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user