mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
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
11 lines
374 B
Text
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
|
|
|