You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xystray/files/xystray-1.0-ldflags.patch

12 lines
316 B

--- 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) $^ -o $@ $(LIBS)
clean:
rm Xystray.o xystray.o