Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tracker/files: tracker-0.6.3-tracker-extract-needs-gthread.patch
Date: Wed, 10 Oct 2007 03:19:56
Message-Id: E1IfRxU-0005Yu-OU@stork.gentoo.org
1 compnerd 07/10/10 03:10:04
2
3 Added: tracker-0.6.3-tracker-extract-needs-gthread.patch
4 Log:
5 add patch for gthread linkage (bug #194479)
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 app-misc/tracker/files/tracker-0.6.3-tracker-extract-needs-gthread.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tracker/files/tracker-0.6.3-tracker-extract-needs-gthread.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tracker/files/tracker-0.6.3-tracker-extract-needs-gthread.patch?rev=1.1&content-type=text/plain
13
14 Index: tracker-0.6.3-tracker-extract-needs-gthread.patch
15 ===================================================================
16 Index: Makefile.am
17 ===================================================================
18 --- src/tracker-extract/Makefile.am (revision 899)
19 +++ src/tracker-extract/Makefile.am (revision 944)
20 @@ -41,6 +41,7 @@
21 $(video_sources)
22
23 tracker_extract_LDADD = $(GLIB2_LIBS) \
24 + $(GTHREAD_LIBS) \
25 $(POPPLER_GLIB_LIBS) \
26 $(LIBPNG_LIBS) \
27 $(LIBEXIF_LIBS) \
28
29
30
31 --
32 gentoo-commits@g.o mailing list