Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_gnutls/files: mod_gnutls-0.5.10-no-extra.patch
Date: Wed, 01 Jan 2014 18:51:01
Message-Id: 20140101185058.B34E22004C@flycatcher.gentoo.org
1 pacho 14/01/01 18:50:58
2
3 Added: mod_gnutls-0.5.10-no-extra.patch
4 Log:
5 Fix compilation with gnutls-3 with Fedora patch (#421421)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 www-apache/mod_gnutls/files/mod_gnutls-0.5.10-no-extra.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/files/mod_gnutls-0.5.10-no-extra.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_gnutls/files/mod_gnutls-0.5.10-no-extra.patch?rev=1.1&content-type=text/plain
14
15 Index: mod_gnutls-0.5.10-no-extra.patch
16 ===================================================================
17 diff -up mod_gnutls-0.5.10/include/mod_gnutls.h.in.no-extra mod_gnutls-0.5.10/include/mod_gnutls.h.in
18 --- mod_gnutls-0.5.10/include/mod_gnutls.h.in.no-extra 2011-07-08 23:29:46.000000000 +0200
19 +++ mod_gnutls-0.5.10/include/mod_gnutls.h.in 2013-03-07 09:08:49.833348848 +0100
20 @@ -28,7 +28,6 @@
21 #include "ap_release.h"
22
23 #include <gnutls/gnutls.h>
24 -#include <gnutls/extra.h>
25 #include <gnutls/openpgp.h>
26 #include <gnutls/x509.h>