summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'mail/faces/patches/patch-am')
-rw-r--r--mail/faces/patches/patch-am12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/faces/patches/patch-am b/mail/faces/patches/patch-am
new file mode 100644
index 00000000000..f204f475eac
--- /dev/null
+++ b/mail/faces/patches/patch-am
@@ -0,0 +1,12 @@
+diff -ur ../faces-DIST/filters/rs2icon.c ./filters/rs2icon.c
+--- ../faces-DIST/filters/rs2icon.c Mon Apr 15 13:40:03 1991
++++ ./filters/rs2icon.c Fri Oct 1 14:32:15 1999
+@@ -21,7 +21,7 @@
+ */
+
+ #include <stdio.h>
+-#ifdef SYSV32 || hpux
++#if defined(SYSV32) || defined(hpux)
+ #include <string.h>
+ #else
+ #include <strings.h>