diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-d')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-d | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-d b/x11/XFree86-4-libraries/files/patch-d index a6f67765d897..38955bdd8011 100644 --- a/x11/XFree86-4-libraries/files/patch-d +++ b/x11/XFree86-4-libraries/files/patch-d @@ -19,7 +19,15 @@ /* * This doesn't work the way it does on every other system. On FreeBSD it's * only a "hint, not a demand", whatever that means. Note that this is not -@@ -356,14 +368,14 @@ +@@ -351,19 +368,22 @@ + #else + #define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DXNO_SYSCONF + #define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC ++#endif ++#ifndef HasPam ++#define HasPam YES + #endif + /* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */ #ifndef DefaultGcc2i386Opt #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5) |