Skip to content

Commit

Permalink
app-cdr/dumpet: move CFLAGS fix to emake call
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Kohler <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
benkohler committed Oct 21, 2018
1 parent 63d9497 commit 7e6fcc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 7e6fcc9

Please sign in to comment.