summaryrefslogtreecommitdiff
path: root/japanese/okphone/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/okphone/files/patch-ab')
-rw-r--r--japanese/okphone/files/patch-ab28
1 files changed, 0 insertions, 28 deletions
diff --git a/japanese/okphone/files/patch-ab b/japanese/okphone/files/patch-ab
deleted file mode 100644
index 244c705bc97b..000000000000
--- a/japanese/okphone/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./client/Makefile.org Wed Feb 7 18:45:34 1996
-+++ ./client/Makefile Wed Feb 7 18:45:36 1996
-@@ -20,14 +20,14 @@
- CC = cc
- #CFLAGS = -O -DSERVICES -DLOCAL_ECHO
- #CFLAGS = -g -DSERVICES -DLOCAL_ECHO
--CFLAGS = -Isw -O -DSERVICES -DLOCAL_ECHO
-+CFLAGS += -Isw -O -DSERVICES -DLOCAL_ECHO
- #LIBS = -lcurses -ltermlib #-lresolv
- LIBS = sw/libsw.a -ltermlib -ll
-
- LPR = lpr -Psony
- #RDEST = /usr/ucb/phone
- #RDEST = /usr/local/phone
--RDEST = /usr/local/bin/phone
-+RDEST = ${PREFIX}/bin/phone
-
- HDRS = defs.h
-
-@@ -69,7 +69,7 @@
-
- install: ${DEST}
- /bin/rm -f ${RDEST}
-- cp ${DEST} ${RDEST}
-+ install -cs -m 755 -o bin -g bin ${DEST} ${RDEST}
-
- print: ${HDRS} ${SRCS}
- pr -f ${HDRS} ${SRCS} | expand -4 | ${LPR}