diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/ftrack/files/patch-src-parsetpl.cpp | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/ftrack/files/patch-src-parsetpl.cpp')
-rw-r--r-- | mail/ftrack/files/patch-src-parsetpl.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/ftrack/files/patch-src-parsetpl.cpp b/mail/ftrack/files/patch-src-parsetpl.cpp deleted file mode 100644 index 052f2623c600..000000000000 --- a/mail/ftrack/files/patch-src-parsetpl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/parsetpl.cpp.orig Fri Aug 19 17:49:03 2005 -+++ src/parsetpl.cpp Fri Aug 19 17:50:18 2005 -@@ -880,7 +880,7 @@ - - // First - replace all \r to \n - -- while ((tmt = strchr(Body,'\r')) != NULL) { -+ while ((tmt = strchr((char *) Body,'\r')) != NULL) { - *tmt = '\n'; - } - |