summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <Marek.Szuba@cern.ch>2016-04-28 08:35:09 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-04-28 07:16:32 +0000
commit7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3 (patch)
treebb0172e136e372d2fdbb7f469034facd0e0dfce6 /x11-misc/xystray
parentmedia-sound/kaudiocreator: EAPI 6 (diff)
downloadgentoo-7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3.tar.gz
gentoo-7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3.tar.bz2
gentoo-7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc/xystray')
-rw-r--r--x11-misc/xystray/files/xystray-1.0-ldflags.patch2
1 files changed, 1 insertions, 1 deletions
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