diff options
| author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-13 21:02:50 +0000 |
|---|---|---|
| committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-13 21:02:50 +0000 |
| commit | 5d99b2c00812131ce86d615507a54e8b8abc59de (patch) | |
| tree | 46bd5cffaef8cef9390bb969c75b7ad930664dac /mail/sylpheed3/files/patch-libsylph-defs.h | |
| parent | * Switch back to using pkg_delete -f; we are not yet ready to deal (diff) | |
update to 2.2.0
most Makefile changes and patch-libsylph-defs.h where taken from sylpheed2-devel
Notes
Notes:
svn path=/head/; revision=155962
Diffstat (limited to 'mail/sylpheed3/files/patch-libsylph-defs.h')
| -rw-r--r-- | mail/sylpheed3/files/patch-libsylph-defs.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/sylpheed3/files/patch-libsylph-defs.h b/mail/sylpheed3/files/patch-libsylph-defs.h new file mode 100644 index 000000000000..7881004694d3 --- /dev/null +++ b/mail/sylpheed3/files/patch-libsylph-defs.h @@ -0,0 +1,22 @@ +--- libsylph/defs.h.orig Tue Sep 13 16:55:49 2005 ++++ libsylph/defs.h Mon Sep 19 03:23:15 2005 +@@ -81,8 +81,8 @@ + #else + # define DEFAULT_SIGNATURE ".signature" + #endif +-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" +-#define DEFAULT_INC_PROGRAM "inc" ++#define DEFAULT_INC_PATH "" ++#define DEFAULT_INC_PROGRAM "" + /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ + /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i" +@@ -91,7 +91,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/mail" + #endif + + #define BUFFSIZE 8192 |
