ilmbase: nocross=yes, patch for native ARM compile.
This commit is contained in:
parent
78695835da
commit
75f815d55f
2 changed files with 13 additions and 1 deletions
11
srcpkgs/ilmbase/patches/arm.patch
Normal file
11
srcpkgs/ilmbase/patches/arm.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- IexMath/IexMathFpu.cpp 2013-03-06 16:18:50.000000000 -0700
|
||||
+++ IexMath/IexMathFpu.cpp 2013-04-20 19:45:33.400749953 -0600
|
||||
@@ -53,7 +53,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
-#ifdef HAVE_UCONTEXT_H
|
||||
+#if defined(HAVE_UCONTEXT_H) && (defined(__x86_64__) || defined(__i386__))
|
||||
|
||||
|
||||
#include <ucontext.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ilmbase'
|
||||
pkgname=ilmbase
|
||||
version=2.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Base libraries from ILM for OpenEXR"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,6 +9,7 @@ license="BSD"
|
|||
homepage="http://www.openexr.com"
|
||||
distfiles="http://download.savannah.nongnu.org/releases/openexr/$pkgname-$version.tar.gz"
|
||||
checksum=1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in a new issue