Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-media-tags-plugin/files: thunar-media-tags-plugin-0.2.0-linkorder.patch
Date: Thu, 01 Dec 2011 16:58:39
Message-Id: 20111201165820.6B8EF2004B@flycatcher.gentoo.org
1 ssuominen 11/12/01 16:58:20
2
3 Added: thunar-media-tags-plugin-0.2.0-linkorder.patch
4 Log:
5 Initial commit (or rather restore the ebuild since it was only now ported to Xfce 4.8.x)
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.2.0-linkorder.patch?rev=1.1&content-type=text/plain
14
15 Index: thunar-media-tags-plugin-0.2.0-linkorder.patch
16 ===================================================================
17 Reported only to Freenode, #xfce-dev for now
18
19 --- thunar-plugin/Makefile.am
20 +++ thunar-plugin/Makefile.am
21 @@ -32,10 +32,12 @@
22 -avoid-version \
23 -export-dynamic \
24 -module \
25 + $(PLATFORM_LDFLAGS)
26 +
27 +thunar_media_tags_plugin_la_LIBADD = \
28 $(EXO_LIBS) \
29 $(THUNARX_LIBS) \
30 $(TAGLIB_LIBS) \
31 - $(TAGLIBC_LIBS) \
32 - $(PLATFORM_LDFLAGS)
33 + $(TAGLIBC_LIBS)
34
35 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: