From a5f87ab459292c93b84567f97e19d4d29050faa1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Oct 2018 10:08:44 +0200 Subject: extra/libunwind: added i486 specific patch, no texlive for documentation --- extra/libunwind/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra/libunwind/PKGBUILD diff --git a/extra/libunwind/PKGBUILD b/extra/libunwind/PKGBUILD new file mode 100644 index 00000000..8bf87ab2 --- /dev/null +++ b/extra/libunwind/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # no TeX for documentation + makedepends=(${makedepends[@]//texlive-core/}) +fi -- cgit v1.2.3