summaryrefslogtreecommitdiff
path: root/community/mupdf
diff options
context:
space:
mode:
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