commit:     7e6fcc9db9dc65524da6f6201d7c465e0421f2e7
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 16:30:58 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 16:31:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6fcc9d

app-cdr/dumpet: move CFLAGS fix to emake call

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-cdr/dumpet/dumpet-2.1_p20140601.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild 
b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
index 67f47a6c5a8..96ef9972e7a 100644
--- a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
+++ b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
@@ -23,14 +23,13 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
        sed -i Makefile \
-               -e "s/^CFLAGS:/#CFLAGS:/" \
                -e "s/^install : all$/install :/" \
                || die
        default
 }
 
 src_compile() {
-       emake dumpet
+       emake CFLAGS="${CFLAGS}" dumpet
 }
 
 pkg_setup(){

Reply via email to