Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-07-22 21:57:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-07-22 21:57:54 +0200
commit3b84f55f31dbae0cc542e9109a9cc895f269b1a8 (patch)
tree857a3b9c60a7692cff5056d0e5b0cd9dd5e6d315
parentb07b4b215d47d9d5723bcf2d4a204bf7320bb145 (diff)
extra/emacs: some icu70 rebuilds
-rw-r--r--extra/emacs/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/emacs/PKGBUILD b/extra/emacs/PKGBUILD
new file mode 100644
index 00000000..46098410
--- /dev/null
+++ b/extra/emacs/PKGBUILD
@@ -0,0 +1,7 @@
+# temporarily we depend on old versions of icu
+if [ "${CARCH}" = 'i486' ]; then
+ makedepends+=(icu70)
+fi
+
+# TODO: /usr/src/debug/emacs-28.1/src/image.c:10009: undefined reference to `rsvg_handle_set_stylesheet'
+# /usr/bin/ld: /usr/src/debug/emacs-28.1/src/image.c:10196: undefined reference to `rsvg_handle_set_stylesheet'