index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-05 10:08:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-05 10:08:44 +0200 |
commit | a5f87ab459292c93b84567f97e19d4d29050faa1 (patch) | |
tree | 22d19435389bb984f9fa641be69b70ee960c5d8c /extra/libunwind | |
parent | 7d1da76a8b1031b042e634df60c909c713c423d7 (diff) |
-rw-r--r-- | extra/libunwind/PKGBUILD | 5 |
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 |