Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87914
Collapse All | Expand All

(-)xystray-0.9beta-orig/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
CC=gcc
1
CC=gcc
2
LDFLAGS=-lXt -lX11 -L/usr/X11/lib
2
LDFLAGS=-lXt -lX11 -L/usr/X11R6/lib
3
3
4
xystray: Xystray.o xystray.o
4
xystray: Xystray.o xystray.o
5
	$(CC) $(LDFLAGS) $^ -o $@
5
	$(CC) $(LDFLAGS) $^ -o $@

Return to bug 87914