Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmstickynotes/files: wmstickynotes-0.2-gold.patch
Date: Thu, 21 Jun 2012 11:56:29
Message-Id: 20120621115620.76B502004C@flycatcher.gentoo.org
1 jlec 12/06/21 11:56:20
2
3 Added: wmstickynotes-0.2-gold.patch
4 Log:
5 x11-plugins/wmstickynotes: Add underlinking fix, #369205
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/wmstickynotes/files/wmstickynotes-0.2-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/files/wmstickynotes-0.2-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/files/wmstickynotes-0.2-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: wmstickynotes-0.2-gold.patch
16 ===================================================================
17 Makefile.am | 2 +-
18 Makefile.in | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/Makefile.am b/Makefile.am
22 index 7c69428..bccf1d4 100644
23 --- a/Makefile.am
24 +++ b/Makefile.am
25 @@ -10,5 +10,5 @@ AUTOMAKE_OPTIONS = gnu
26 bin_PROGRAMS = wmstickynotes
27 wmstickynotes_SOURCES = wmstickynotes.c wmstickynotes.h wmstickynotes.xpm delete_button.xpm resize_button.xpm
28
29 -wmstickynotes_LDADD = @GTK_LIBS@
30 +wmstickynotes_LDADD = @GTK_LIBS@ -lX11
31 EXTRA_DIST = THANKS
32 diff --git a/Makefile.in b/Makefile.in
33 index 91b19bd..fd883f2 100644
34 --- a/Makefile.in
35 +++ b/Makefile.in
36 @@ -182,7 +182,7 @@ top_srcdir = @top_srcdir@
37 AM_CFLAGS = @GTK_CFLAGS@
38 AUTOMAKE_OPTIONS = gnu
39 wmstickynotes_SOURCES = wmstickynotes.c wmstickynotes.h wmstickynotes.xpm delete_button.xpm resize_button.xpm
40 -wmstickynotes_LDADD = @GTK_LIBS@
41 +wmstickynotes_LDADD = @GTK_LIBS@ -lX11
42 EXTRA_DIST = THANKS
43 all: config.h
44 $(MAKE) $(AM_MAKEFLAGS) all-am