diff options
author | fredb <fredb@pkgsrc.org> | 2003-12-27 18:43:13 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-12-27 18:43:13 +0000 |
commit | 3d3a3289978832ebd7b3a5c7c6665e1f24cce172 (patch) | |
tree | 5462028413c24437da2b126319e3aa6faa24af73 /x11 | |
parent | fa74c975b8d0fc22d5c434c5956852afd0b28a12 (diff) | |
download | pkgsrc-3d3a3289978832ebd7b3a5c7c6665e1f24cce172.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')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
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" |