diff options
author | petef <petef@FreeBSD.org> | 2001-11-10 19:04:58 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-10 19:04:58 +0800 |
commit | 1332de7dbf3d5737095e2f2e05f846bd3bfb320a (patch) | |
tree | f2f6af105bc8fadf3c58ed6fc066b604ae5158f1 /news/nntpcache/files | |
parent | 653381108ccea0977ac6623c68c085dd861f4028 (diff) | |
download | freebsd-ports-gnome-1332de7dbf3d5737095e2f2e05f846bd3bfb320a.tar.gz freebsd-ports-gnome-1332de7dbf3d5737095e2f2e05f846bd3bfb320a.tar.zst freebsd-ports-gnome-1332de7dbf3d5737095e2f2e05f846bd3bfb320a.zip |
- fix compilation of pam stuff in authinfo_pam.c
PR: 30758
- remove commented out pgp depend
- add automake depend to automake14 (there should have been a USE_AUTOMAKE
in the first place, but this doesn't play nice with automake 1.5)
Diffstat (limited to 'news/nntpcache/files')
-rw-r--r-- | news/nntpcache/files/patch-src::authinfo_pam.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/nntpcache/files/patch-src::authinfo_pam.c b/news/nntpcache/files/patch-src::authinfo_pam.c new file mode 100644 index 000000000000..6a645026e42f --- /dev/null +++ b/news/nntpcache/files/patch-src::authinfo_pam.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/authinfo_pam.c.orig Sat Nov 10 05:52:17 2001 ++++ src/authinfo_pam.c Sat Nov 10 05:51:29 2001 +@@ -15,7 +15,7 @@ + #include "authinfo_pam.h" + + #include <security/pam_appl.h> +-#include <security/pam_misc.h> ++/* #include <security/pam_misc.h> */ + + /* + * pam authenticator. |