summaryrefslogtreecommitdiff
path: root/extra/meson/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-04 06:25:25 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-04 06:25:51 +0000
commitc6f80a5c810b90154fdf321cd0a4957d5a391ac3 (patch)
treec44c30cd8eb4191440626a856633736ce368e84d /extra/meson/PKGBUILD
parent28cb1b2a1433935ddd9071fbd743d92bf3ba3cf9 (diff)
downloadpackages-c6f80a5c810b90154fdf321cd0a4957d5a391ac3.tar.xz
core/dbus: added i486-specific patch
Diffstat (limited to 'extra/meson/PKGBUILD')
-rw-r--r--extra/meson/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/meson/PKGBUILD b/extra/meson/PKGBUILD
new file mode 100644
index 00000000..ed73f8de
--- /dev/null
+++ b/extra/meson/PKGBUILD
@@ -0,0 +1,4 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ unset check
+fi