jlec 15/02/14 19:13:35 Modified: openvas-libraries-8.0_beta6-include.patch Log: Fix header path (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta6-include.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta6-include.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta6-include.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta6-include.patch?r1=1.1&r2=1.2 Index: openvas-libraries-8.0_beta6-include.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta6-include.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openvas-libraries-8.0_beta6-include.patch 14 Feb 2015 18:22:34 -0000 1.1 +++ openvas-libraries-8.0_beta6-include.patch 14 Feb 2015 19:13:35 -0000 1.2 @@ -52,3 +52,19 @@ set_target_properties (openvas_nasl_shared PROPERTIES OUTPUT_NAME "openvas_nasl") set_target_properties (openvas_nasl_shared PROPERTIES CLEAN_DIRECT_OUTPUT 1) set_target_properties (openvas_nasl_shared PROPERTIES SOVERSION "${CPACK_PACKAGE_VERSION_MAJOR}") + base/gpgme_util.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/base/gpgme_util.h b/base/gpgme_util.h +index 56e1b85..ab4e9fa 100644 +--- a/base/gpgme_util.h ++++ b/base/gpgme_util.h +@@ -33,7 +33,7 @@ + #ifndef _OPENVAS_LIBRARIES_GPGME_UTIL_H + #define _OPENVAS_LIBRARIES_GPGME_UTIL_H + +-#include <gpgme.h> ++#include <gpgme/gpgme.h> + + gpgme_ctx_t openvas_init_gpgme_ctx (void); + gpgme_ctx_t openvas_init_gpgme_sysconf_ctx (void);
