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

Collapse All | Expand All

(-)/usr/./portage/app-editors/emacs/emacs-22.1.ebuild (+3 lines)
Lines 70-75 src_unpack() { Link Here
70
	epatch "${FILESDIR}/${P}-Xaw3d-headers.patch"
70
	epatch "${FILESDIR}/${P}-Xaw3d-headers.patch"
71
	epatch "${FILESDIR}/${P}-freebsd-sparc.patch"
71
	epatch "${FILESDIR}/${P}-freebsd-sparc.patch"
72
	epatch "${FILESDIR}/${P}-oldxmenu-qa.patch"
72
	epatch "${FILESDIR}/${P}-oldxmenu-qa.patch"
73
	epatch "${FILESDIR}/${P}-backup-buffer.patch"
73
	# ALSA is detected and used even if not requested by the USE=alsa flag.
74
	# ALSA is detected and used even if not requested by the USE=alsa flag.
74
	# So remove the automagic check
75
	# So remove the automagic check
75
	use alsa || epatch "${FILESDIR}/${P}-disable_alsa_detection.patch"
76
	use alsa || epatch "${FILESDIR}/${P}-disable_alsa_detection.patch"
Lines 137-142 src_compile() { Link Here
137
		${myconf} || die "econf emacs failed"
138
		${myconf} || die "econf emacs failed"
138
139
139
	emake CC="$(tc-getCC)" || die "emake failed"
140
	emake CC="$(tc-getCC)" || die "emake failed"
141
	emake -C lisp recompile || die "emake lisp failed"
142
	emake CC="$(tc-getCC)" || die "emake run 2 failed"
140
}
143
}
141
144
142
src_install () {
145
src_install () {

Return to bug 189627