ports/security/gnupg/files/patch-tools_Makefile.in
Roman Bogorodskiy b79ed37a53 security/gnupg: update to 2.1.16
This release fixes an issue that the previous gnupg release (2.1.15)
was incompatible with libgpg-error 1.25 that caused gpg-agent failing
to start.

PR:		214568
Submitted by:	cmt
Tested by:	cmt
Reported by:	many
2016-11-20 12:18:35 +00:00

11 lines
374 B
Text

--- tools/Makefile.in.orig 2016-11-19 11:06:10 UTC
+++ tools/Makefile.in
@@ -669,7 +669,7 @@ gpg_wks_client_SOURCES = \
gpg_wks_client_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
gpg_wks_client_LDADD = $(libcommon) \
$(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
- $(LIBICONV)
+ $(LIBICONV) $(LIBINTL)
all: all-am