diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-22 01:29:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-22 01:29:39 +0000 |
commit | 7625989aa0d7fe11a13b341ba1a7878a539ba34b (patch) | |
tree | 88b12e2d3b1016dedcd4192debf9590191d440d3 /security/gpgme03/files/patch-assuan::assuan-socket-connect.c | |
parent | PR: (diff) |
o Fix gpgsm support so that conditional WITH_GPGSM really works
o Bump PORTREVISION
PR: 52459
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=81649
Diffstat (limited to 'security/gpgme03/files/patch-assuan::assuan-socket-connect.c')
-rw-r--r-- | security/gpgme03/files/patch-assuan::assuan-socket-connect.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gpgme03/files/patch-assuan::assuan-socket-connect.c b/security/gpgme03/files/patch-assuan::assuan-socket-connect.c new file mode 100644 index 000000000000..74acc38ea626 --- /dev/null +++ b/security/gpgme03/files/patch-assuan::assuan-socket-connect.c @@ -0,0 +1,10 @@ +--- assuan/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003 ++++ assuan/assuan-socket-connect.c Wed Jan 29 15:30:28 2003 +@@ -23,6 +23,7 @@ + #include <stddef.h> + #include <stdio.h> + #include <errno.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> + #include <unistd.h> |