summaryrefslogtreecommitdiff
path: root/x11/gnome-screensaver/patches
diff options
context:
space:
mode:
authorwiz <wiz>2007-04-20 21:49:57 +0000
committerwiz <wiz>2007-04-20 21:49:57 +0000
commit3756f016ef649ee9e78b77d6a1be0939b43aa628 (patch)
treeaec9671d0cbb581aae95dfa55a14d3c8522e0a4d /x11/gnome-screensaver/patches
parentbc71471fedf28b41b641c26761778b8c980ecf64 (diff)
downloadpkgsrc-3756f016ef649ee9e78b77d6a1be0939b43aa628.tar.gz
Remove obsolete patch.
Diffstat (limited to 'x11/gnome-screensaver/patches')
-rw-r--r--x11/gnome-screensaver/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/gnome-screensaver/patches/patch-ac b/x11/gnome-screensaver/patches/patch-ac
deleted file mode 100644
index acc9c0ba090..00000000000
--- a/x11/gnome-screensaver/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2007/01/08 21:48:40 drochner Exp $
-
---- src/gs-auth-pam.c.orig 2006-11-09 17:17:35.000000000 +0100
-+++ src/gs-auth-pam.c
-@@ -226,7 +226,11 @@ pam_conversation (int
- if (res) {
- reply [replies].resp_retcode = PAM_SUCCESS;
- } else {
-+#if defined(PAM_INCOMPLETE)
- reply [replies].resp_retcode = PAM_INCOMPLETE;
-+#else
-+ reply [replies].resp_retcode = PAM_SERVICE_ERR;
-+#endif
- }
- }
-