diff options
author | gahr <gahr@FreeBSD.org> | 2016-02-20 02:06:14 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-02-20 02:06:14 +0800 |
commit | a73483bce9ce94315d9f8a77365fdaf5810fb43d (patch) | |
tree | 34cc449169ed0296e9110be01264ff970502cc1e | |
parent | 3c6bf5c93c48ba3ff8040e25dc8c29c94d282a49 (diff) | |
download | freebsd-ports-gnome-a73483bce9ce94315d9f8a77365fdaf5810fb43d.tar.gz freebsd-ports-gnome-a73483bce9ce94315d9f8a77365fdaf5810fb43d.tar.zst freebsd-ports-gnome-a73483bce9ce94315d9f8a77365fdaf5810fb43d.zip |
security/gnupg: ldap module needs gcrypt too
-rw-r--r-- | security/gnupg/files/patch-dirmngr_Makefile.am | 10 | ||||
-rw-r--r-- | security/gnupg/files/patch-dirmngr_Makefile.in | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/security/gnupg/files/patch-dirmngr_Makefile.am b/security/gnupg/files/patch-dirmngr_Makefile.am index 32a3f50d8aaa..5ee792302186 100644 --- a/security/gnupg/files/patch-dirmngr_Makefile.am +++ b/security/gnupg/files/patch-dirmngr_Makefile.am @@ -1,7 +1,11 @@ ---- dirmngr/Makefile.am.orig 2016-02-19 16:13:57 UTC +--- dirmngr/Makefile.am.orig 2016-01-26 09:36:37 UTC +++ dirmngr/Makefile.am -@@ -143,7 +143,7 @@ t_ldap_parse_uri_SOURCES = \ - t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 +@@ -140,10 +140,10 @@ t_ldap_parse_uri_SOURCES = \ + t-ldap-parse-uri.c ldap-parse-uri.c ldap-parse-uri.h \ + http.c dns-stuff.c \ + $(ldap_url) $(t_common_src) +-t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 ++t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_FLAGS) t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) -t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 diff --git a/security/gnupg/files/patch-dirmngr_Makefile.in b/security/gnupg/files/patch-dirmngr_Makefile.in index af92432826f3..c28df8b29e7b 100644 --- a/security/gnupg/files/patch-dirmngr_Makefile.in +++ b/security/gnupg/files/patch-dirmngr_Makefile.in @@ -1,8 +1,11 @@ ---- dirmngr/Makefile.in.orig 2016-02-19 16:14:54 UTC +--- dirmngr/Makefile.in.orig 2016-01-26 12:54:48 UTC +++ dirmngr/Makefile.in -@@ -652,7 +652,7 @@ t_ldap_parse_uri_SOURCES = \ +@@ -650,9 +650,9 @@ t_ldap_parse_uri_SOURCES = \ + http.c dns-stuff.c \ + $(ldap_url) $(t_common_src) - t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 +-t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 ++t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) -t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 +t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) |