View | Details | Raw Unified
Collapse All | Expand All

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