summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <Marek.Szuba@cern.ch>2016-04-25 09:03:27 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-04-25 07:55:34 +0000
commit35e9ccd31964c9932977e28ca175ab78d64ad362 (patch)
treeb8faa21b6a8b1b45abf5b99148d28e4613d6632a /x11-misc/xystray/files/xystray-1.0-ldflags.patch
parentapp-emulation/docker-swarm: version bump to 1.2.0 (diff)
downloadgentoo-35e9ccd31964c9932977e28ca175ab78d64ad362.tar.gz
gentoo-35e9ccd31964c9932977e28ca175ab78d64ad362.tar.bz2
gentoo-35e9ccd31964c9932977e28ca175ab78d64ad362.zip
x11-misc/xystray: Add ebuild to the tree.
Xystray is a simple implementation of the freedesktop.org notification area (also known as the system tray) for X, useful for window managers such as FVWM which do not provide their own. Gentoo-Bug: https://bugs.gentoo.org/82892 Closes: https://github.com/gentoo/gentoo/pull/1343 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-misc/xystray/files/xystray-1.0-ldflags.patch')
-rw-r--r--x11-misc/xystray/files/xystray-1.0-ldflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xystray/files/xystray-1.0-ldflags.patch b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
new file mode 100644
index 000000000000..0ed03d00e794
--- /dev/null
+++ b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2016-04-22 19:57:57.000000000 +0000
++++ b/Makefile 2016-04-25 06:49:38.344591274 +0000
+@@ -1,6 +1,6 @@
+-LDFLAGS=-lX11 -lXt -L/usr/X11/lib
++LIBS=-lX11 -lXt -L/usr/X11/lib
+ xystray: Xystray.o xystray.o
+- $(CC) $(LDFLAGS) $^ -o $@
++ $(CC) $(LDFLAGS) $(LIBS) $^ -o $@
+
+ clean:
+ rm Xystray.o xystray.o