pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Disable PAM unconditionally, as discu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b40a1988ae8f
branches:  trunk
changeset: 465311:b40a1988ae8f
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Sat Dec 27 18:43:13 2003 +0000

description:
Disable PAM unconditionally, as discussed briefly on tech-pkg, as the PAM
support is currently broken on FreeBSD, at least. Closes PR pkg/23843.

diffstat:

 x11/xscreensaver/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 30265a477fbe -r b40a1988ae8f x11/xscreensaver/Makefile.common
--- a/x11/xscreensaver/Makefile.common  Sat Dec 27 16:56:38 2003 +0000
+++ b/x11/xscreensaver/Makefile.common  Sat Dec 27 18:43:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.62 2003/12/19 18:21:03 sketch Exp $
+# $NetBSD: Makefile.common,v 1.63 2003/12/27 18:43:13 fredb Exp $
 #
 
 DISTNAME=              xscreensaver-4.14
@@ -22,6 +22,7 @@
 
 CONFIGURE_ARGS+=       --without-motif
 CONFIGURE_ARGS+=       --without-shadow
+CONFIGURE_ARGS+=       --without-pam
 
 CONFIGURE_ENV+=                X_PRE_LIBS=-lXt
 CONFIGURE_ENV+=                ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults"



Home | Main Index | Thread Index | Old Index