mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-process/xe: use the upstream Makefile
Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
@@ -16,15 +16,8 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( dev-lang/perl )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# https://github.com/leahneukirchen/xe/pull/11
|
||||
sed '/^CFLAGS/{s/=/:=/;s/-g -O2//;s/$/ $(CFLAGS)/}' \
|
||||
-i Makefile || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)"
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user