Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/emacs
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-07-23 19:24:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-07-23 19:24:46 +0200
commit78fe26e18eafd52e5ef911958e82599466334c48 (patch)
tree2044ed3493af9d0f9c5282898dfefb3299165137 /extra/emacs
parenta399232ccf67c8dfc981bcd294607c1874c1815b (diff)
extra/emacs: remove icu and librsvg workarounds for i486
Diffstat (limited to 'extra/emacs')
-rw-r--r--extra/emacs/PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/emacs/PKGBUILD b/extra/emacs/PKGBUILD
deleted file mode 100644
index 46098410..00000000
--- a/extra/emacs/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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'