summaryrefslogtreecommitdiff
path: root/community/embree/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-12 20:26:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-12 20:26:04 +0200
commitc86bfa2a994e505036f9b9aff12a1b1d6f39ce8a (patch)
tree08aecc18df8554cc6c774cb82bdfb996c025c663 /community/embree/PKGBUILD
parenta64572201c367286d7932cc725779cb023ce09b0 (diff)
downloadpackages-c86bfa2a994e505036f9b9aff12a1b1d6f39ce8a.tar.xz
community/embree: added patch for adding ISA switches to 32-bit compilation
Diffstat (limited to 'community/embree/PKGBUILD')
-rw-r--r--community/embree/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/embree/PKGBUILD b/community/embree/PKGBUILD
new file mode 100644
index 00000000..84d0c570
--- /dev/null
+++ b/community/embree/PKGBUILD
@@ -0,0 +1,7 @@
+source+=('embree-2.16.4-32bit-compile-flags.patch')
+md5sums+=('153744f2310f060ed5e0627e2593f40b')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 -i $srcdir/embree-2.16.4-32bit-compile-flags.patch
+}