Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/kazehakase/files: kazehakase-0.5.6-gnutls-2.8.patch
Date: Sat, 30 May 2009 20:42:37
Message-Id: E1MAVO0-0004Qz-0w@stork.gentoo.org
1 arfrever 09/05/30 20:42:36
2
3 Added: kazehakase-0.5.6-gnutls-2.8.patch
4 Log:
5 Fix detection of >=net-libs/gnutls-2.7.1 (bug #268501).
6 (Portage version: 13625-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-client/kazehakase/files/kazehakase-0.5.6-gnutls-2.8.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/files/kazehakase-0.5.6-gnutls-2.8.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/files/kazehakase-0.5.6-gnutls-2.8.patch?rev=1.1&content-type=text/plain
13
14 Index: kazehakase-0.5.6-gnutls-2.8.patch
15 ===================================================================
16 --- configure.ac
17 +++ configure.ac
18 @@ -168,7 +168,7 @@
19 Disable GNU TLS suport],,
20 disable_ssl=no)
21 if test x"$disable_ssl" = "xno"; then
22 - AM_PATH_LIBGNUTLS(1.2.0,
23 + PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.2.0,
24 AC_DEFINE(USE_SSL, 1, [Define using GNU TLS]),
25 AC_MSG_WARN([[libgnutls was not found.]]))
26 fi