summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorfredb <fredb>2003-12-27 18:43:13 +0000
committerfredb <fredb>2003-12-27 18:43:13 +0000
commitf7b8bfc7fe59de96fa6f54a5350911ccd90cb35e (patch)
tree5462028413c24437da2b126319e3aa6faa24af73 /x11/xscreensaver
parentcd5db59d44f825c868056572aabde89bf6d39ff2 (diff)
downloadpkgsrc-f7b8bfc7fe59de96fa6f54a5350911ccd90cb35e.tar.gz
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 (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 453174397d9..5b486b5e4b2 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -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+= --with-zippy=/usr/games/fortune
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"