Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin/files: xfce4-places-plugin-1.2.0-link-against-libx11.patch
Date: Tue, 31 May 2011 11:24:20
Message-Id: 20110531112405.5EF0A20054@flycatcher.gentoo.org
1 angelos 11/05/31 11:24:05
2
3 Added: xfce4-places-plugin-1.2.0-link-against-libx11.patch
4 Log:
5 Fix underlinking (bug #367881)
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.2.0-link-against-libx11.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.2.0-link-against-libx11.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.2.0-link-against-libx11.patch?rev=1.1&content-type=text/plain
14
15 Index: xfce4-places-plugin-1.2.0-link-against-libx11.patch
16 ===================================================================
17 diff --git a/configure.in b/configure.in
18 index 27f6da0..9c753fe 100644
19 --- a/configure.in
20 +++ b/configure.in
21 @@ -26,6 +26,7 @@ XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
22 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90.2])
23 XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.3.2])
24 XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5])
25 +XDT_CHECK_LIBX11()
26
27 dnl check for optional packages/versions
28 XDT_CHECK_OPTIONAL_PACKAGE([LIBXFCE4PANEL_46], [libxfce4panel-1.0], [4.5.92], [libxfce4panel46], [Take advantage of Xfce 4.6 panel changes])
29 diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
30 index dcbcdf5..63e2027 100644
31 --- a/panel-plugin/Makefile.am
32 +++ b/panel-plugin/Makefile.am
33 @@ -59,6 +59,7 @@ xfce4_places_plugin_LDADD = \
34 $(LIBXFCE4UTIL_LIBS) \
35 $(LIBXFCEGUI4_LIBS) \
36 $(LIBXFCE4PANEL_LIBS) \
37 + $(LIBX11_LIBS) \
38 @THUNAR_VFS_LIBS@