Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/bti/files: bti-027-build.patch
Date: Fri, 27 Aug 2010 20:00:51
Message-Id: 20100827200048.959D620054@flycatcher.gentoo.org
1 flameeyes 10/08/27 20:00:48
2
3 Added: bti-027-build.patch
4 Log:
5 I'll co-maintain bti with Greg from now on, so cleanup older versions, leave the last one without liboauth, and add the new one that needs liboauth.
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-misc/bti/files/bti-027-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bti/files/bti-027-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bti/files/bti-027-build.patch?rev=1.1&content-type=text/plain
14
15 Index: bti-027-build.patch
16 ===================================================================
17 Index: bti-027/Makefile.am
18 ===================================================================
19 --- bti-027.orig/Makefile.am
20 +++ bti-027/Makefile.am
21 @@ -7,14 +7,14 @@ bin_SCRIPTS = \
22 bti_SOURCES = \
23 bti.c
24
25 -bti_CPPFLAGS =
26 +bti_CPPFLAGS = \
27 $(LIBCURL_CPPFLAGS) \
28 $(XML_CPPFLAGS) \
29 $(LIBPCRE_CPPFLAGS) \
30 $(LIBOAUTH_CPPFLAGS)
31
32 bti_LDADD = \
33 - $(LIBCURL_LIBS) \
34 + $(LIBCURL) \
35 $(XML_LIBS) \
36 $(LIBPCRE_LIBS) \
37 $(LIBOAUTH_LIBS)