sys-process/xe: use the upstream Makefile

Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
Carlos Eduardo
2024-05-30 07:10:35 -03:00
parent bbf25b4f27
commit 1425f60db5

View File

@@ -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() {