commit: 45094cee69371da6d82bec57eade6dc871622a98 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jan 23 18:02:38 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 22:36:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45094cee
net-print/c2esp: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3608 .../c2esp/files/c2esp-24-ldflags-cppflags.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch b/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch deleted file mode 100644 index f1059c4..00000000 --- a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -166,16 +166,16 @@ - @echo - - c2esp: c2esp.o c2espcommon.o $(LIBJBG85) -- $(CC) $(CFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85) - - c2espC: c2espC.o c2espcommon.o -- $(CC) $(CFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz - - command2esp: command2esp.o c2espcommon.o -- $(CC) $(CFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver - - myopldecode: myopldecode.o $(LIBJBG) -- $(CC) $(CFLAGS) -o $@ [email protected] $(LIBJBG) -lz -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ [email protected] $(LIBJBG) -lz - - # - # Installation rules -@@ -326,3 +326,8 @@ - # - ppdc KodakESP_10.drv - ppdc KodakESP_C_06.drv -+ -+# Respect CPPFLAGS. -+.SUFFIXES: .c .o -+.c.o: -+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o '$@' '$<'
