diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:38 +0000 |
commit | c2d205b26110b27c58093ee777a74e83d66890fb (patch) | |
tree | 8355f6ca65631cd67963db7d1aee13e56d9a90e3 /x11 | |
parent | efd783f9be54b06eb3e1e48bdc44d0fb4a6c7e99 (diff) | |
download | ports-c2d205b26110b27c58093ee777a74e83d66890fb.tar.gz ports-c2d205b26110b27c58093ee777a74e83d66890fb.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cnslock/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11/cnslock/files/patch-Makefile b/x11/cnslock/files/patch-Makefile index 7d00a2814eb4..3be3a2a6dd1c 100644 --- a/x11/cnslock/files/patch-Makefile +++ b/x11/cnslock/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 27 09:34:22 2002 -+++ Makefile Sun Jul 6 20:33:58 2003 +--- Makefile.orig Sun Oct 27 02:34:22 2002 ++++ Makefile Mon Nov 27 00:06:07 2006 @@ -2,11 +2,10 @@ PREFIX = /usr/local @@ -14,3 +14,12 @@ all: cnslock +@@ -17,7 +16,7 @@ + gcc $(CFLAGS) -c applet.c -o applet.o + + kleds.o: kleds.c include/kleds.h include/defines.h +- $(CC) -Wall -I/usr/X11R6/include -c kleds.c -o kleds.o ++ $(CC) -Wall -I$(X11BASE)/include -c kleds.c -o kleds.o + + cnslock: $(OBJS) + $(CC) -o cnslock $(OBJS) $(LIBS) |