summaryrefslogtreecommitdiff
path: root/community/mupdf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 10:07:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 10:07:30 +0200
commita4c3e50a8860263f19898dce9423cfe695f48994 (patch)
tree543f720c36028441ae1fa7ee11339726a817b325 /community/mupdf
parente193a1caefd5767074c954f1153fcf7435d551a0 (diff)
downloadpackages-a4c3e50a8860263f19898dce9423cfe695f48994.tar.xz
community/mupdf: added explicit libxxf86vm makedpeends for i486
Diffstat (limited to 'community/mupdf')
-rw-r--r--community/mupdf/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD
new file mode 100644
index 00000000..efc73526
--- /dev/null
+++ b/community/mupdf/PKGBUILD
@@ -0,0 +1,4 @@
+# avoid linking issues with freeglut on i486 (don't know why this is needed?)
+if [ "$CARCH" == 'i486' ]; then
+ makedepends+=(libxxf86vm)
+fi