Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22563 | Differences between
and this patch

Collapse All | Expand All

(-)emacs-21.4-r6.ebuild (+5 lines)
Lines 62-67 Link Here
62
	use ppc64 && epatch "${FILESDIR}/emacs-21.3-ppc64.patch"
62
	use ppc64 && epatch "${FILESDIR}/emacs-21.3-ppc64.patch"
63
63
64
	epatch "${FILESDIR}/emacs-subdirs-el-gentoo.diff"
64
	epatch "${FILESDIR}/emacs-subdirs-el-gentoo.diff"
65
	epatch "${FILESDIR}/emacs-21.4-autosave-tmp.patch"
65
66
66
	# This will need to be updated for X-Compilation
67
	# This will need to be updated for X-Compilation
67
	sed -i -e "s:/usr/lib/\([^ ]*\).o:/usr/$(get_libdir)/\1.o:g" \
68
	sed -i -e "s:/usr/lib/\([^ ]*\).o:/usr/$(get_libdir)/\1.o:g" \
Lines 113-118 Link Here
113
	fi
114
	fi
114
	econf ${myconf} || die
115
	econf ${myconf} || die
115
	emake CC="$(tc-getCC)" || die
116
	emake CC="$(tc-getCC)" || die
117
118
	einfo "Recompiling patched lisp files..."
119
	(cd lisp; emake recompile) || die
120
	emake CC="$(tc-getCC)" || die
116
}
121
}
117
122
118
src_install() {
123
src_install() {

Return to bug 22563