mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-editors/xemacs: disable ccache in src_compile
ccache does not support #embed directive https://bugs.gentoo.org/959756 Signed-off-by: Mats Lidell <matsl@gentoo.org>
This commit is contained in:
@@ -65,7 +65,6 @@ src_prepare() {
|
||||
eapply "${FILESDIR}/${P}-failing-tests.patch"
|
||||
eapply "${FILESDIR}/${P}-failing-tests-2.patch"
|
||||
eapply "${FILESDIR}/${P}-configure-postgresql.patch"
|
||||
eapply "${FILESDIR}/${P}-embed.patch"
|
||||
eapply_user
|
||||
|
||||
eautoconf
|
||||
@@ -186,6 +185,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# bug #959756
|
||||
local -x CCACHE_DISABLE=1
|
||||
emake EMACSLOADPATH="${S}"/lisp
|
||||
}
|
||||
|
||||
|
||||
@@ -185,6 +185,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# bug: #959756
|
||||
local -x CCACHE_DISABLE=1
|
||||
emake EMACSLOADPATH="${S}"/lisp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user