17 lines
536 B
Plaintext
17 lines
536 B
Plaintext
$NetBSD: patch-tests_gpgscm_Makefile.in,v 1.2 2016/08/20 16:18:03 wiz Exp $
|
|
|
|
gpgscm needs libintl, at least on Darwin.
|
|
https://bugs.gnupg.org/gnupg/issue2445
|
|
|
|
--- tests/gpgscm/Makefile.in.orig 2016-08-20 13:25:51.000000000 +0000
|
|
+++ tests/gpgscm/Makefile.in
|
|
@@ -458,7 +458,7 @@ gpgscm_SOURCES = main.c private.h ffi.c
|
|
|
|
gpgscm_LDADD = $(LDADD) $(common_libs) \
|
|
$(NETLIBS) $(LIBICONV) $(LIBREADLINE) \
|
|
- $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS)
|
|
+ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL)
|
|
|
|
t_child_SOURCES = t-child.c
|
|
all: all-am
|