diff options
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 |