From: Marek Szuba Date: Thu, 28 Apr 2016 06:35:09 +0000 (+0200) Subject: x11-misc/xystray: Fix the Makefile patch to support gcc-5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3;p=gentoo.git 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 --- diff --git a/x11-misc/xystray/files/xystray-1.0-ldflags.patch b/x11-misc/xystray/files/xystray-1.0-ldflags.patch index 0ed03d00e794..183ff7e572b7 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