commit:     7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3
Author:     Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Thu Apr 28 06:35:09 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 07:16:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b99edb4

x11-misc/xystray: Fix the Makefile patch to support gcc-5

Package-Manager: portage-2.2.28
Gentoo-Bug: https://bugs.gentoo.org/581192
Closes: https://github.com/gentoo/gentoo/pull/1367

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-misc/xystray/files/xystray-1.0-ldflags.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xystray/files/xystray-1.0-ldflags.patch 
b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
index 0ed03d0..183ff7e 100644
--- a/x11-misc/xystray/files/xystray-1.0-ldflags.patch
+++ b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
@@ -5,7 +5,7 @@
 +LIBS=-lX11 -lXt  -L/usr/X11/lib
  xystray: Xystray.o xystray.o
 -      $(CC) $(LDFLAGS) $^ -o $@
-+      $(CC) $(LDFLAGS) $(LIBS) $^ -o $@
++      $(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
  
  clean:
        rm Xystray.o xystray.o

Reply via email to