Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/net6/files: net6-1.3.9-libgnutls.patch
Date: Wed, 28 Oct 2009 20:59:49
Message-Id: E1N3FcR-00073b-SM@stork.gentoo.org
1 vostorga 09/10/28 20:59:47
2
3 Added: net6-1.3.9-libgnutls.patch
4 Log:
5 Fixing build against >=net-libs/gnutls-2.7.1 bug #271989. Fixing broken pkg-config file, bug #271994. Both patches thanks to Robert Marmorstein <rmmarm@××××××××××××.org> and Priit Laes <plaes@×××××.org>
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-libs/net6/files/net6-1.3.9-libgnutls.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/net6/files/net6-1.3.9-libgnutls.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/net6/files/net6-1.3.9-libgnutls.patch?rev=1.1&content-type=text/plain
13
14 Index: net6-1.3.9-libgnutls.patch
15 ===================================================================
16 diff -Naur net6-1.3.9.old/configure.ac net6-1.3.9/configure.ac
17 --- net6-1.3.9.old/configure.ac 2009-07-18 17:19:58.000000000 -0400
18 +++ net6-1.3.9/configure.ac 2009-07-18 17:21:24.000000000 -0400
19 @@ -73,17 +73,7 @@
20
21 # Checks for libraries.
22 PKG_CHECK_MODULES([libnet6], [sigc++-2.0])
23 -
24 -AM_PATH_LIBGNUTLS( 1.0.0,, AC_MSG_ERROR([[
25 -***
26 -*** libgnutls was not found. You may want to get it by using the
27 -*** package manager of your distribution or by compiling the source
28 -*** from ftp://ftp.gnutls.org/pub/gnutls/. This dependency is
29 -*** now mandatory.
30 -]]))
31 -addlibs="$addlibs $LIBGNUTLS_LIBS"
32 -addcflags="$LIBGNUTLS_CFLAGS"
33 -AC_SUBST(addcflags)
34 +PKG_CHECK_MODULES([LIBGNUTLS], [gnutls])
35
36 # gettext / i18n
37 AM_GNU_GETTEXT([external])