From a4c3e50a8860263f19898dce9423cfe695f48994 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Apr 2021 10:07:30 +0200 Subject: community/mupdf: added explicit libxxf86vm makedpeends for i486 --- community/mupdf/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/mupdf/PKGBUILD (limited to 'community/mupdf') 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 -- cgit v1.2.3-54-g00ecf