diff options
author | Marek Szuba <Marek.Szuba@cern.ch> | 2016-04-28 08:35:09 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-28 07:16:32 +0000 |
commit | 7b99edb4cb571331bcc096b6a8f6429b6a1ea1a3 (patch) | |
tree | bb0172e136e372d2fdbb7f469034facd0e0dfce6 /x11-misc/xystray | |
parent | media-sound/kaudiocreator: EAPI 6 (diff) | |
download | gentoo-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.patch | 2 |
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 |