x11-misc/xystray: Fix the Makefile patch to support gcc-5
authorMarek Szuba <Marek.Szuba@cern.ch>
Thu, 28 Apr 2016 06:35:09 +0000 (08:35 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Apr 2016 07:16:32 +0000 (07:16 +0000)
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@gentoo.org>
x11-misc/xystray/files/xystray-1.0-ldflags.patch

index 0ed03d00e794c8261186c5e7187b9b79e892634a..183ff7e572b7cb39630072d395e73397e9c4def5 100644 (file)
@@ -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