aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2009-12-08 18:34:23 +0800
committergarga <garga@FreeBSD.org>2009-12-08 18:34:23 +0800
commitc6c8ac099fb5de992b84c6cb2ea54d9c4ed0c6cc (patch)
tree2fea150c153cc13f838bc3d27fb3d2a666a86c72 /security
parentd08277db41b805b2b4f37bb8b2e08758b4656cc7 (diff)
downloadfreebsd-ports-gnome-c6c8ac099fb5de992b84c6cb2ea54d9c4ed0c6cc.tar.gz
freebsd-ports-gnome-c6c8ac099fb5de992b84c6cb2ea54d9c4ed0c6cc.tar.zst
freebsd-ports-gnome-c6c8ac099fb5de992b84c6cb2ea54d9c4ed0c6cc.zip
Fix build without libassuan
PR: ports/141168 Submitted by: garga Reworked by: maintainer Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile2
-rw-r--r--security/gpgme/files/patch-src__engine-gpgconf.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 6a51a6d66102..a62d31858f68 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
diff --git a/security/gpgme/files/patch-src__engine-gpgconf.c b/security/gpgme/files/patch-src__engine-gpgconf.c
new file mode 100644
index 000000000000..d14f81c78f43
--- /dev/null
+++ b/security/gpgme/files/patch-src__engine-gpgconf.c
@@ -0,0 +1,10 @@
+--- ./src/engine-gpgconf.c.orig 2009-06-15 07:59:37.000000000 -0400
++++ ./src/engine-gpgconf.c 2009-12-05 03:03:51.000000000 -0500
+@@ -38,7 +38,6 @@
+ #include "priv-io.h"
+ #include "sema.h"
+
+-#include "assuan.h"
+ #include "debug.h"
+
+ #include "engine-backend.h"