diff options
Diffstat (limited to 'mail/sylpheed3/files/patch-src::quote_fmt_lex.c')
-rw-r--r-- | mail/sylpheed3/files/patch-src::quote_fmt_lex.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/sylpheed3/files/patch-src::quote_fmt_lex.c b/mail/sylpheed3/files/patch-src::quote_fmt_lex.c new file mode 100644 index 000000000000..a562350bc175 --- /dev/null +++ b/mail/sylpheed3/files/patch-src::quote_fmt_lex.c @@ -0,0 +1,12 @@ +--- src/quote_fmt_lex.c.orig Sun Feb 29 17:49:24 2004 ++++ src/quote_fmt_lex.c Sun Feb 29 17:50:05 2004 +@@ -21,7 +21,9 @@ + #include <string.h> + #include <errno.h> + #include <stdlib.h> ++#if __FreeBSD__ > 4 + #include <stdint.h> /* May break IA64 test-noansi-r */ ++#endif + + /* end standard C headers. */ + |