Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/c2esp/files/
Date: Thu, 26 Jan 2017 22:37:10
Message-Id: 1485470179.45094cee69371da6d82bec57eade6dc871622a98.soap@gentoo
1 commit: 45094cee69371da6d82bec57eade6dc871622a98
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 23 18:02:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 22:36:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45094cee
7
8 net-print/c2esp: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3608
11
12 .../c2esp/files/c2esp-24-ldflags-cppflags.patch | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch b/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch
16 deleted file mode 100644
17 index f1059c4..00000000
18 --- a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 ---- a/Makefile
22 -+++ b/Makefile
23 -@@ -166,16 +166,16 @@
24 - @echo
25 -
26 - c2esp: c2esp.o c2espcommon.o $(LIBJBG85)
27 -- $(CC) $(CFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85)
28 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85)
29 -
30 - c2espC: c2espC.o c2espcommon.o
31 -- $(CC) $(CFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz
32 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz
33 -
34 - command2esp: command2esp.o c2espcommon.o
35 -- $(CC) $(CFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver
36 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver
37 -
38 - myopldecode: myopldecode.o $(LIBJBG)
39 -- $(CC) $(CFLAGS) -o $@ $@.o $(LIBJBG) -lz
40 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.o $(LIBJBG) -lz
41 -
42 - #
43 - # Installation rules
44 -@@ -326,3 +326,8 @@
45 - #
46 - ppdc KodakESP_10.drv
47 - ppdc KodakESP_C_06.drv
48 -+
49 -+# Respect CPPFLAGS.
50 -+.SUFFIXES: .c .o
51 -+.c.o:
52 -+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o '$@' '$<'