diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2011-09-04 05:17:59 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2011-09-04 05:17:59 +0000 |
commit | 1ea6d1b0c41095c87b84e6e78444d89cd41cccaf (patch) | |
tree | 6cdb8b7a19038e2839b7b632471916c17c5c544f /mail/xpbiff/files/patch-aa | |
parent | - bump modifiled for CVE-2007-5137 (diff) |
- add comment about core dump problem only with ja_JP.EUC, not with ja_JP.SJIS
- re-enable Internationalization code
Diffstat (limited to 'mail/xpbiff/files/patch-aa')
-rw-r--r-- | mail/xpbiff/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/xpbiff/files/patch-aa b/mail/xpbiff/files/patch-aa index 0351c9e1df71..085a89f05d2d 100644 --- a/mail/xpbiff/files/patch-aa +++ b/mail/xpbiff/files/patch-aa @@ -46,11 +46,11 @@ +#define XPM + +#ifdef XPM -+#ifdef FreeBSDArchitecture ++#ifdef __FreeBSD__ +#undef DepXpmLib +#else +#define DepXpmLib /usr/local/lib/libXpm.a -+#endif /* FreeBSDArchitecture */ ++#endif /* __FreeBSD__ */ +#endif /* XPM */ /* @@ -59,7 +59,7 @@ -#undef XI18N -/* If you use X11R6, these settings below are not necessary */ +#ifndef XI18N -+#ifdef FreeBSDArchitecture ++#ifdef __FreeBSD__ +#define XI18N +#endif +#endif |