summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-16 11:08:39 +0200
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 01:15:29 +1000
commite2d2227079e700c98fde2b7b5bfe8d3c82880b85 (patch)
tree262921aaa3f74bd0be84ac024a95b844e773ab08 /net-mail
parentapp-misc/abook: remove unused patches (diff)
downloadgentoo-e2d2227079e700c98fde2b7b5bfe8d3c82880b85.tar.gz
gentoo-e2d2227079e700c98fde2b7b5bfe8d3c82880b85.tar.bz2
gentoo-e2d2227079e700c98fde2b7b5bfe8d3c82880b85.zip
net-mail/dot-forward: remove unused patch
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dot-forward/files/0.71-head-1.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mail/dot-forward/files/0.71-head-1.patch b/net-mail/dot-forward/files/0.71-head-1.patch
deleted file mode 100644
index 8becc0297263..000000000000
--- a/net-mail/dot-forward/files/0.71-head-1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2003-09-03 12:02:43.275729368 -0400
-+++ Makefile 2003-09-03 12:02:52.751288864 -0400
-@@ -19,8 +19,8 @@
- auto-ccld.sh: \
- conf-cc conf-ld warn-auto.sh
- ( cat warn-auto.sh; \
-- echo CC=\'`head -1 conf-cc`\'; \
-- echo LD=\'`head -1 conf-ld`\' \
-+ echo CC=\'`head -n 1 conf-cc`\'; \
-+ echo LD=\'`head -n 1 conf-ld`\' \
- ) > auto-ccld.sh
-
- auto-str: \
-@@ -33,7 +33,7 @@
-
- auto_qmail.c: \
- auto-str conf-qmail
-- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
-+ ./auto-str auto_qmail `head -n 1 conf-qmail` > auto_qmail.c
-
- auto_qmail.o: \
- compile auto_qmail.c