diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-o | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 5a7e3f0788c9..4ab3a5926f04 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86 PORTVERSION= 4.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/x11/XFree86-4/files/patch-o b/x11/XFree86-4/files/patch-o new file mode 100644 index 000000000000..a70291fa1862 --- /dev/null +++ b/x11/XFree86-4/files/patch-o @@ -0,0 +1,16 @@ +--- programs/xdm/Imakefile~ Sat Jun 17 20:48:22 2000 ++++ programs/xdm/Imakefile Tue Nov 14 00:14:56 2000 +@@ -68,6 +68,13 @@ + + XPM_DEFINES = -DXPM + ++#if defined(FreeBSDArchitecture) ++#if HasPam ++PAM_LIBRARIES = -lpam DlLibrary ++PAM_DEFINES = -DUSE_PAM ++#endif ++#endif ++ + #if SystemV4 || HasShadowPasswd + #if !LinuxShadowSuite + PWD_DEFINES = -DUSESHADOW |