aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2002-02-20 14:56:19 +0800
committernsayer <nsayer@FreeBSD.org>2002-02-20 14:56:19 +0800
commit7e847d9eb49c25b08ca26c8445cb45cbddbbb616 (patch)
treed2ab1cadcc04c9608627210adf80be9992216ced /security
parentedad3ca296f3b7a10c8765f5b363919f2150919f (diff)
downloadfreebsd-ports-graphics-7e847d9eb49c25b08ca26c8445cb45cbddbbb616.tar.gz
freebsd-ports-graphics-7e847d9eb49c25b08ca26c8445cb45cbddbbb616.tar.zst
freebsd-ports-graphics-7e847d9eb49c25b08ca26c8445cb45cbddbbb616.zip
Fix port being broken on -current
Submitted by: tre@netlands.de
Diffstat (limited to 'security')
-rw-r--r--security/pam_smb/Makefile1
-rw-r--r--security/pam_smb/files/patch-smbval::smbencrypt.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile
index 505a0ab0a65..1f5c71cd61a 100644
--- a/security/pam_smb/Makefile
+++ b/security/pam_smb/Makefile
@@ -6,6 +6,7 @@
PORTNAME= pam_smb
PORTVERSION= 1.9.9
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.csn.ul.ie/~airlied/pam_smb/devel/
diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c
new file mode 100644
index 00000000000..1097aff3526
--- /dev/null
+++ b/security/pam_smb/files/patch-smbval::smbencrypt.c
@@ -0,0 +1,10 @@
+--- smbval/smbencrypt.c.orig Tue Feb 19 10:34:51 2002
++++ smbval/smbencrypt.c Tue Feb 19 10:39:28 2002
+@@ -21,6 +21,7 @@
+ */
+=20
+ #include <string.h>
++#include <sys/types.h>
+ #include <arpa/inet.h>
+ #include <dirent.h>
+ #include <string.h>