From 04fb7b4ab5db121398db6c77ebd88422ee6e8bc5 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Sun, 27 Aug 2017 15:18:19 +0200 Subject: app-misc/ttyrec: Bump to EAPI=6, cleaned ebuild The Makefile was patched not ideally and was never used * repaired Makefile * bumped to EAPI=6 * cleaned ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch (limited to 'app-misc/ttyrec/files') diff --git a/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch b/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch new file mode 100644 index 000000000000..34687d9b8b7a --- /dev/null +++ b/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch @@ -0,0 +1,19 @@ +--- a/Makefile 2017-08-26 11:47:02.981266309 +0200 ++++ b/Makefile 2017-08-26 14:33:47.161600445 +0200 +@@ -10,13 +10,13 @@ + all: $(TARGET) + + ttyrec: ttyrec.o io.o +- $(CC) $(CFLAGS) -o ttyrec ttyrec.o io.o ++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttyrec ttyrec.o io.o + + ttyplay: ttyplay.o io.o +- $(CC) $(CFLAGS) -o ttyplay ttyplay.o io.o ++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttyplay ttyplay.o io.o + + ttytime: ttytime.o io.o +- $(CC) $(CFLAGS) -o ttytime ttytime.o io.o ++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttytime ttytime.o io.o + + clean: + rm -f *.o $(TARGET) ttyrecord *~ -- cgit v1.2.3-65-gdbad