summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/libunwind/PKGBUILD5
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