summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xystray/files/xystray-1.0-ldflags.patch')
-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