diff options
Diffstat (limited to 'mail/sylpheed2/files/patch-ac')
-rw-r--r-- | mail/sylpheed2/files/patch-ac | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/mail/sylpheed2/files/patch-ac b/mail/sylpheed2/files/patch-ac index 8f77933908b3..7fa827481777 100644 --- a/mail/sylpheed2/files/patch-ac +++ b/mail/sylpheed2/files/patch-ac @@ -1,6 +1,6 @@ ---- src/main.h.orig Fri Apr 21 02:44:30 2000 -+++ src/main.h Wed May 3 21:00:00 2000 -@@ -34,11 +34,15 @@ +--- src/defs.h.orig Thu Nov 9 01:28:14 2000 ++++ src/defs.h Thu Nov 9 01:28:24 2000 +@@ -57,8 +57,8 @@ #define MARK_VERSION 2 #define DEFAULT_SIGNATURE ".signature" @@ -10,11 +10,4 @@ +#define DEFAULT_INC_PROGRAM "" /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ /* #define DEFAULT_INC_PROGRAM "imget" */ -+#if defined(__FreeBSD__) -+#define DEFAULT_SPOOL_PATH "/var/mail" -+#else - #define DEFAULT_SPOOL_PATH "/var/spool/mail" -+#endif - #define BUFFSIZE 8192 - #define MAXPATHLEN 4095 |