summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-06-03 11:13:48 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-06-03 11:18:50 +0900
commitfd1856346e82b85a6b4e4b77c2e74f3fdb664aee (patch)
treedf94890443d4dc68c51221e814157d89c4d48f5b /app-i18n
parentdev-python/tempora: remove old (diff)
downloadgentoo-fd1856346e82b85a6b4e4b77c2e74f3fdb664aee.tar.gz
gentoo-fd1856346e82b85a6b4e4b77c2e74f3fdb664aee.tar.bz2
gentoo-fd1856346e82b85a6b4e4b77c2e74f3fdb664aee.zip
app-i18n/uim: fix build with >=dev-scheme/chicken-4
Closes: https://bugs.gentoo.org/656852 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/uim/uim-1.8.8.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-i18n/uim/uim-1.8.8.ebuild b/app-i18n/uim/uim-1.8.8.ebuild
index b77ac271174f..96c19d017d73 100644
--- a/app-i18n/uim/uim-1.8.8.ebuild
+++ b/app-i18n/uim/uim-1.8.8.ebuild
@@ -92,6 +92,8 @@ SITEFILE="50${PN}-gentoo.el"
src_prepare() {
default
sed -i "s:\$libedit_path/lib:/$(get_libdir):g" configure.ac
+ # fix build with >=dev-scheme/chicken-4, bug #656852
+ touch scm/json-parser-expanded.scm
eautoreconf
}