Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/files/
Date: Thu, 28 Apr 2016 07:31:10
Message-Id: 1461827792.7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3.monsieurp@gentoo
1 commit: 7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3
2 Author: Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
3 AuthorDate: Thu Apr 28 06:35:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 07:16:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b99edb4
7
8 x11-misc/xystray: Fix the Makefile patch to support gcc-5
9
10 Package-Manager: portage-2.2.28
11 Gentoo-Bug: https://bugs.gentoo.org/581192
12 Closes: https://github.com/gentoo/gentoo/pull/1367
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 x11-misc/xystray/files/xystray-1.0-ldflags.patch | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/x11-misc/xystray/files/xystray-1.0-ldflags.patch b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
20 index 0ed03d0..183ff7e 100644
21 --- a/x11-misc/xystray/files/xystray-1.0-ldflags.patch
22 +++ b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
23 @@ -5,7 +5,7 @@
24 +LIBS=-lX11 -lXt -L/usr/X11/lib
25 xystray: Xystray.o xystray.o
26 - $(CC) $(LDFLAGS) $^ -o $@
27 -+ $(CC) $(LDFLAGS) $(LIBS) $^ -o $@
28 ++ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
29
30 clean:
31 rm Xystray.o xystray.o