diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 11:48:19 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 11:48:19 +0000 |
commit | 6b389928902af0b5d2c75e37c5e87bb865aa606f (patch) | |
tree | 035ae462c971b1f935d21cd457eabd6f65c1bc0b /extra/libunwind | |
parent | 7434d30bc838f2bdf51a6a2924727b919860b360 (diff) | |
download | packages-6b389928902af0b5d2c75e37c5e87bb865aa606f.tar.xz |
extra/libunwind: added i486-specific patch
Diffstat (limited to 'extra/libunwind')
-rw-r--r-- | extra/libunwind/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
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 |