commit:     44bbe2e60f2a6d44ac131a506577279a1dedbfa9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 24 17:35:56 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 25 00:44:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bbe2e6

net-print/mtink: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8558

 net-print/mtink/files/mtink-1.0.16-options.patch | 39 ------------------------
 1 file changed, 39 deletions(-)

diff --git a/net-print/mtink/files/mtink-1.0.16-options.patch 
b/net-print/mtink/files/mtink-1.0.16-options.patch
deleted file mode 100644
index c173a4c762c..00000000000
--- a/net-print/mtink/files/mtink-1.0.16-options.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ruN mtink-1.0.16.orig/Makefile.ORG mtink-1.0.16/Makefile.ORG
---- mtink-1.0.16.orig/Makefile.ORG     2007-08-28 12:52:30.000000000 +0200
-+++ mtink-1.0.16/Makefile.ORG  2011-06-05 21:29:23.000000000 +0200
-@@ -4,7 +4,7 @@
- setUid=1
- gimpVersion=
- 
--DBG = -s -O
-+DBG =
- 
- # comment this out for Solaris
- 
-@@ -235,7 +235,7 @@
- 
- ttink: $(TTYOBJ) $(SRCDIR)/d4lib.h $(SRCDIR)/cmd.h $(SRCDIR)/mtink.h 
$(SRCDIR)/model.h $(SRCDIR)/version.h Makefile
-       @echo Link ttink
--      @$(CC) -o ttink $(TTYOBJ) $(CFLAGS) $(MTINK_CFLAGS) $(RDTIMEOUT) 
$(DEVICE) $(WRTIMEOUT) $(DEBUG) $(KERNEL_USB_BUG) $(MACOSLDFLG) -DWITH_X=0
-+      @$(CC) -o ttink $(LDFLAGS) $(TTYOBJ) $(CFLAGS) $(MTINK_CFLAGS) 
$(RDTIMEOUT) $(DEVICE) $(WRTIMEOUT) $(DEBUG) $(KERNEL_USB_BUG) $(MACOSLDFLG) 
-DWITH_X=0
- 
- ############# PLUG-IN #######################
- gimp-mtink: $(SRCDIR)/gimp-mtink.c Makefile
-@@ -257,7 +257,7 @@
- 
- mtinkd: $(SVR_OBJ) Makefile
-       @echo Link mtinkd
--      @$(CC) -o mtinkd $(SVR_OBJ) $(CFLAGS) $(MTINK_CFLAGS) $(MACOSLDFLG) 
-+      @$(CC) -o mtinkd $(LDFLAGS) $(SVR_OBJ) $(CFLAGS) $(MTINK_CFLAGS) 
$(MACOSLDFLG) 
- 
- ########### Chooser ##############
- 
-@@ -269,7 +269,7 @@
- 
- $(DETDIR)/askPrinter: $(DETDIR)/askPrinter.c
-       @echo Compile and link askPrinter.c
--      @$(CC) -o $(DETDIR)/askPrinter $(DETDIR)/askPrinter.c -I. -I$(DETDIR)
-+      @$(CC) -o $(DETDIR)/askPrinter $(LDFLAGS) $(DETDIR)/askPrinter.c -I. 
-I$(DETDIR)
- 
- ########### utilities ######################
- 

Reply via email to