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 dev-libs/tntnet/files: tntnet-1.6.3-gnutls-2.8.patch
Date: Sat, 30 May 2009 20:21:09
Message-Id: E1MAV3E-0003pl-1a@stork.gentoo.org
1 arfrever 09/05/30 20:21:08
2
3 Added: tntnet-1.6.3-gnutls-2.8.patch
4 Log:
5 Fix building with >=net-libs/gnutls-2.7.1 (bug #268450).
6 (Portage version: 13625-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch?rev=1.1&content-type=text/plain
13
14 Index: tntnet-1.6.3-gnutls-2.8.patch
15 ===================================================================
16 --- framework/common/Makefile.am
17 +++ framework/common/Makefile.am
18 @@ -117,8 +117,8 @@
19 tnt/gcryptinit.h \
20 tnt/gnutls.h
21
22 -libtntnet_la_LDFLAGS += `libgnutls-config --libs`
23 -libtntnet_la_CXXFLAGS += `libgnutls-config --cflags`
24 +libtntnet_la_LDFLAGS += `pkg-config gnutls --libs`
25 +libtntnet_la_CXXFLAGS += `pkg-config gnutls --cflags`
26 endif
27
28 if MAKE_OPENSSL