Skip to content

Commit

Permalink
app-cdr/cdrtools: drop no-op epatch
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 21, 2021
1 parent 7bd49fb commit 040e0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ src_prepare() {
# going to include this so let's try to carry it forward.
# Contact me if it needs updating. Bug #486782.
# Anthony G. Basile <[email protected]>.
use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
use elibc_uclibc && eapply "${FILESDIR}"/${PN}-fix-clone-uclibc.patch

# Remove profiled make files.
find -name '*_p.mk' -delete || die "delete *_p.mk"
Expand Down
5 changes: 2 additions & 3 deletions app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
diff -Naur cdrtools-3.02.orig/readcd/readcd.c cdrtools-3.02/readcd/readcd.c
--- cdrtools-3.02.orig/readcd/readcd.c 2016-01-24 11:15:19.000000000 -0500
+++ cdrtools-3.02/readcd/readcd.c 2016-04-09 12:29:54.727635502 -0400
--- a/readcd/readcd.c
+++ b/readcd/readcd.c
@@ -257,7 +257,7 @@
BOOL pifscan;
BOOL plot;
Expand Down

0 comments on commit 040e0d4

Please sign in to comment.