diff options
author | 2004-11-06 11:02:59 +0000 | |
---|---|---|
committer | 2004-11-06 11:02:59 +0000 | |
commit | 58ca8822f59efc7a1b24b50e85b587543096e34c (patch) | |
tree | 3c83bd14ca60aae5645b21e1e10b826c52f3dc94 /x11-misc/macopix/files | |
parent | Version bump, bug 69857. (Manifest recommit) (diff) | |
download | gentoo-2-58ca8822f59efc7a1b24b50e85b587543096e34c.tar.gz gentoo-2-58ca8822f59efc7a1b24b50e85b587543096e34c.tar.bz2 gentoo-2-58ca8822f59efc7a1b24b50e85b587543096e34c.zip |
Fixed compile bug with gcc-3.4. Thanks to Chris Arepantis <ChrisArepantis@gmail.com>; bug #69482.
Diffstat (limited to 'x11-misc/macopix/files')
-rw-r--r-- | x11-misc/macopix/files/macopix-1.2.1-gentoo.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/macopix/files/macopix-1.2.1-gentoo.diff b/x11-misc/macopix/files/macopix-1.2.1-gentoo.diff new file mode 100644 index 000000000000..8cafdaf3559b --- /dev/null +++ b/x11-misc/macopix/files/macopix-1.2.1-gentoo.diff @@ -0,0 +1,12 @@ +diff -urN macopix-1.2.1/src/main.h macopix-1.2.1p/src/main.h +--- macopix-1.2.1/src/main.h 2004-09-08 03:31:59.000000000 +0300 ++++ macopix-1.2.1p/src/main.h 2004-10-30 07:29:55.723233988 +0300 +@@ -276,7 +276,7 @@ + #define PROCMAIL_LOG "/procmail.log" + + +-enum{ NO_MAIL, OLD_MAIL, NEW_MAIL, KEEP_NEW_MAIL } MailStatus; ++enum{ NO_MAIL, OLD_MAIL, NEW_MAIL, KEEP_NEW_MAIL } MailStatus0; + // mail status; array subscripts + + #define BIFF_WIN_WIDTH 400 // Default_Size of Biff Window |