diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 00:48:41 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 00:48:41 +0000 |
commit | 033ecd2611f66a754ee31dd90f3266971343d50f (patch) | |
tree | 9b58d1f53774c7145bbb8a8742f9bbaef66879c8 /japanese/xklock/files/patch-aa | |
parent | Add yet another Sunsite mirror in Germany. (diff) |
Remove xklock port. It has been forbidden for 20 months.
Notes
Notes:
svn path=/head/; revision=67837
Diffstat (limited to 'japanese/xklock/files/patch-aa')
-rw-r--r-- | japanese/xklock/files/patch-aa | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/japanese/xklock/files/patch-aa b/japanese/xklock/files/patch-aa deleted file mode 100644 index 69b8d72a15d4..000000000000 --- a/japanese/xklock/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Thu Nov 1 18:21:29 1990 -+++ Makefile Tue Jan 23 05:06:16 2001 -@@ -3,10 +3,10 @@ - # Makefile - # - --CC = cc --C_FLAG = -fwritable-strings -DSHADOW -O2 #-DDEBUG -g -+CC ?= cc -+C_FLAG = ${CFLAGS} -I${X11BASE}/include - RM_FLAG = -f --LIB = -lX11 -lXmu -lshadow -lXpm -+LIB = -L${X11BASE}/lib -lX11 -lXmu -lXpm -lcrypt - EXE = xklock - OBJ1 = xklock.o - OBJ2 = jnames.o -@@ -25,7 +25,7 @@ - $(EXE):$(OBJ) - $(CC) $(C_FLAG) -o $@ $(OBJ) $(LIB) - --$(OBJ1):$(SRC1) $(INC) -+$(OBJ1):$(SRC1) - $(CC) $(C_FLAG) -c $(SRC1) - - $(OBJ2):$(SRC2) |