summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-06-08 07:19:19 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-06-08 07:19:19 +0000
commit6dee57136cea3b1b1746ef5c731ace91a5a1b171 (patch)
treeb7a1215c7bc62bfb8812c7f2f9a91adc60a8674f /x11-misc
parentVersion bump - bug #340200 (diff)
downloadgentoo-2-6dee57136cea3b1b1746ef5c731ace91a5a1b171.tar.gz
gentoo-2-6dee57136cea3b1b1746ef5c731ace91a5a1b171.tar.bz2
gentoo-2-6dee57136cea3b1b1746ef5c731ace91a5a1b171.zip
Fix underlinking wrt #368927 by Diego Elio Pettenò <flameeyes@gentoo.org>
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/fspanel/ChangeLog8
-rw-r--r--x11-misc/fspanel/files/fspanel-0.8_beta1-configure.patch2
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/fspanel/ChangeLog b/x11-misc/fspanel/ChangeLog
index 2cf22fb803da..6e6b0ae4e5b5 100644
--- a/x11-misc/fspanel/ChangeLog
+++ b/x11-misc/fspanel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/fspanel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/ChangeLog,v 1.19 2010/06/18 15:02:37 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/ChangeLog,v 1.20 2011/06/08 07:19:19 xarthisius Exp $
+
+ 08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ files/fspanel-0.8_beta1-configure.patch:
+ Fix underlinking wrt #368927 by Diego Elio Pettenò <flameeyes@gentoo.org>
*fspanel-0.8_beta1-r4 (18 Jun 2010)
diff --git a/x11-misc/fspanel/files/fspanel-0.8_beta1-configure.patch b/x11-misc/fspanel/files/fspanel-0.8_beta1-configure.patch
index af75f2890343..956d805da438 100644
--- a/x11-misc/fspanel/files/fspanel-0.8_beta1-configure.patch
+++ b/x11-misc/fspanel/files/fspanel-0.8_beta1-configure.patch
@@ -22,7 +22,7 @@ Reason: Fix --as-needed (Gentoo bug #210624), X11 path,
CFLAGS="$CFLAGS -I$X11_PATH/include"
-LDFLAGS="$LDFLAGS -L$X11_PATH/lib -lX11"
+LDFLAGS="$LDFLAGS -L$X11_PATH/lib"
-+LIBS="-lX11"
++LIBS="-lX11 -lc"
if test "_$CC" = "_"; then
CC="cc"