diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-17 09:09:06 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-17 09:09:06 +0000 |
commit | 5b2f512f3e3cad36d59c1b68a9f5cd875f56e495 (patch) | |
tree | 18962b09560298adca414fd9c48b2420eb5ba6e9 /mail/anubis | |
parent | b2b49483c55e00096d922bd032ad29edc8477d13 (diff) |
security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.
Approved by: jhale (maintainer)
Notes
Notes:
svn path=/head/; revision=411263
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/files/patch-configure.ac | 9 | ||||
-rw-r--r-- | mail/anubis/files/patch-src__gpg.c | 11 |
2 files changed, 0 insertions, 20 deletions
diff --git a/mail/anubis/files/patch-configure.ac b/mail/anubis/files/patch-configure.ac index 8e3b651a964c..848946f6836e 100644 --- a/mail/anubis/files/patch-configure.ac +++ b/mail/anubis/files/patch-configure.ac @@ -8,15 +8,6 @@ AC_SUBST(ADD_INCLUDES) case $build in -@@ -137,7 +136,7 @@ - if test $gpgmedir; then - AC_DEFINE(HAVE_GPGME_H, 1, [Define to 1 if HAVE_GPGME_H is requested.]) - else -- AC_CHECK_HEADERS(gpgme.h) -+ AC_CHECK_HEADERS(gpgme/gpgme.h) - fi - ANUBIS_GPGFILES='$(GPGFILES)' - M4_DEFS="$M4_DEFS -DWITH_GPG" @@ -179,11 +178,21 @@ ANUBIS_BIN_ADM='$(adm_bin_programs)' M4_DEFS="$M4_DEFS -DWITH_GSASL" diff --git a/mail/anubis/files/patch-src__gpg.c b/mail/anubis/files/patch-src__gpg.c deleted file mode 100644 index 0e8cfd792e21..000000000000 --- a/mail/anubis/files/patch-src__gpg.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/gpg.c.orig 2008-12-16 11:21:54.000000000 -0500 -+++ ./src/gpg.c 2011-02-09 20:52:34.000000000 -0500 -@@ -23,7 +23,7 @@ - #include "rcfile.h" - - #ifdef HAVE_GPG --#include <gpgme.h> -+#include <gpgme/gpgme.h> - #define obstack_chunk_alloc malloc - #define obstack_chunk_free free - #include <obstack.h> |