commit:     1425f60db515c53f589018bec0bbeec1fd10ece8
Author:     Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
AuthorDate: Thu May 30 10:10:35 2024 +0000
Commit:     Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
CommitDate: Thu May 30 10:10:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1425f60d

sys-process/xe: use the upstream Makefile

Signed-off-by: Carlos Eduardo <carana2099 <AT> gmail.com>

 sys-process/xe/xe-1.0-r1.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-process/xe/xe-1.0-r1.ebuild b/sys-process/xe/xe-1.0-r1.ebuild
index b68dd078f..1196e923c 100644
--- a/sys-process/xe/xe-1.0-r1.ebuild
+++ b/sys-process/xe/xe-1.0-r1.ebuild
@@ -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() {

Reply via email to