summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-11-07 10:17:43 +0100
committerPatrice Clement <monsieurp@gentoo.org>2020-11-11 22:28:36 +0100
commit99e968f5fb74c6df7c252f9defcb2b575ec7a977 (patch)
tree618341e0bb1a546e16b0d91add823fc4899237ae /app-text
parentdev-python/uncertainties: add dev-pytohn/future as dependency. (diff)
downloadgentoo-99e968f5fb74c6df7c252f9defcb2b575ec7a977.tar.gz
gentoo-99e968f5fb74c6df7c252f9defcb2b575ec7a977.tar.bz2
gentoo-99e968f5fb74c6df7c252f9defcb2b575ec7a977.zip
app-text/tofrodos: remove unused patch.
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18165 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch b/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch
deleted file mode 100644
index 5aa0e8358565..000000000000
--- a/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.original 2009-04-11 22:46:08.000000000 -0600
-+++ Makefile 2009-04-12 14:30:55.000000000 -0600
-@@ -92,14 +92,10 @@
- OBJS = emsg.o \
- init.o \
- tofrodos.o \
- utility.o
-
--# implicit rules
--.c.o:
-- $(CC) $(CFLAGS) $<
--
- # user visible rules
- all: $(FROMDOS) $(TODOS)
-
- clean:
- $(RM) $(OBJS)