summaryrefslogtreecommitdiff
path: root/extra/openexr
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 21:46:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-11 21:46:26 +0200
commit307f150c835139bc90fbdd3aea8ab7cae1d013d8 (patch)
treeead66052c3f6eccebeaaad5184768f110619b592 /extra/openexr
parenta314ff588d23db3e3595db3dd710803fea794d15 (diff)
downloadpackages-307f150c835139bc90fbdd3aea8ab7cae1d013d8.tar.xz
extra/openexr: workaround for building on i486
Diffstat (limited to 'extra/openexr')
-rw-r--r--extra/openexr/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/openexr/PKGBUILD b/extra/openexr/PKGBUILD
new file mode 100644
index 00000000..5cd18258
--- /dev/null
+++ b/extra/openexr/PKGBUILD
@@ -0,0 +1,9 @@
+# problems with python on i486 (library not built?)
+if [ "$CARCH" = 'i486' ]; then
+ eval "$(
+ declare -f package | \
+ sed '
+ /imathnumpy.so/d
+ '
+ )"
+fi