1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build without libassuan

PR:		ports/141168
Submitted by:	garga
Reworked by:	maintainer
Approved by:	maintainer
This commit is contained in:
Renato Botelho 2009-12-08 10:34:23 +00:00
parent 54e40d0c34
commit 2b134cd887
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245404
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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"