diff options
author | nork <nork@FreeBSD.org> | 2003-03-01 00:49:45 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-03-01 00:49:45 +0000 |
commit | 301f51df03d9f0961bcc1217bbae062f16dfdb35 (patch) | |
tree | fd8d1ff0a39ae5652d82d787369d60399410ccb0 | |
parent | b8b434ce7b2c179bc206eea09e25f9e6ad5990f6 (diff) | |
download | FreeBSD-ports-301f51df03d9f0961bcc1217bbae062f16dfdb35.zip FreeBSD-ports-301f51df03d9f0961bcc1217bbae062f16dfdb35.tar.gz |
Add a patch which fix build error on 4-STABLE with Winbind.
Pointy hat to: nork( myself)
-rw-r--r-- | japanese/samba/files/patch-nsswitch:pam_winbind.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/samba/files/patch-nsswitch:pam_winbind.h b/japanese/samba/files/patch-nsswitch:pam_winbind.h new file mode 100644 index 0000000..3eadd19 --- /dev/null +++ b/japanese/samba/files/patch-nsswitch:pam_winbind.h @@ -0,0 +1,12 @@ +--- nsswitch/pam_winbind.h.orig Mon Feb 10 17:21:48 2003 ++++ nsswitch/pam_winbind.h Wed Feb 26 14:28:24 2003 +@@ -31,7 +31,9 @@ + #define PAM_EXTERN extern + #include <security/pam_appl.h> + ++#ifndef PAM_AUTHTOK_RECOVER_ERR + #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR ++#endif + #endif + + #ifdef HAVE_SECURITY_PAM_MODULES_H |