Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/mupdf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mupdf/PKGBUILD')
-rw-r--r--extra/mupdf/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/mupdf/PKGBUILD b/extra/mupdf/PKGBUILD
new file mode 100644
index 00000000..efc73526
--- /dev/null
+++ b/extra/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