summaryrefslogtreecommitdiff
path: root/mail/altermime/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/altermime/files')
-rw-r--r--mail/altermime/files/patch-Makefile11
-rw-r--r--mail/altermime/files/patch-ffget.c11
2 files changed, 0 insertions, 22 deletions
diff --git a/mail/altermime/files/patch-Makefile b/mail/altermime/files/patch-Makefile
deleted file mode 100644
index 797d9f7cc2bd..000000000000
--- a/mail/altermime/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Makefile.orig 2014-02-21 09:23:27.770189581 +0100
-+++ ./Makefile 2014-02-21 09:24:23.114185601 +0100
-@@ -9,7 +9,7 @@
- # opposite of a disclaimer.
- #ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT
- ALTERMIME_OPTIONS=
--CFLAGS=-Wall -Werror -g -I. -O2 $(ALTERMIME_OPTIONS)
-+CFLAGS=-I.
- OBJS= strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o
-
-
diff --git a/mail/altermime/files/patch-ffget.c b/mail/altermime/files/patch-ffget.c
deleted file mode 100644
index 39cfb2edf0b9..000000000000
--- a/mail/altermime/files/patch-ffget.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./ffget.c.orig 2008-12-13 03:13:09.000000000 +0200
-+++ ./ffget.c 2012-12-01 00:41:29.000000000 +0200
-@@ -550,7 +550,7 @@
- // if we have another \r after it, in which case, we
- // turn on SINGLE_DELIMETER_MODE.
-
-- if ( (*crlfpos == '\r') )
-+ if (*crlfpos == '\r')
- {
- f->linebreak = FFGET_LINEBREAK_CR;
- snprintf(f->lastbreak,sizeof(f->lastbreak),"\r");