Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/sysprof/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sysprof/PKGBUILD')
-rw-r--r--extra/sysprof/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD
index de23085b..3d3a814e 100644
--- a/extra/sysprof/PKGBUILD
+++ b/extra/sysprof/PKGBUILD
@@ -1,8 +1,5 @@
-source+=('sysprof-3.36.0-allocs-by-size-gsize-format.patch')
-sha256sums+=('cce5ea34047e29327b9a4d127e4db3030c142e43191358d712242383fcba565d')
-eval "$(
- declare -f prepare | \
- sed '
- /cd.*/a patch -p1 -i "$srcdir/sysprof-3.36.0-allocs-by-size-gsize-format.patch"
- '
-)"
+# for now we have issues in sparql (which therefore is still linked
+# against icu69 on i486)
+if [ "$CARCH" = 'i486' ]; then
+ makedepends+=(icu69)
+fi