|
|
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" |
|
|
${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 () { |