diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-08 05:01:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-08 05:01:24 +0000 |
commit | 8aebc0c4b2ee4bf50b1e74c0138c1d0670b16a58 (patch) | |
tree | 31de1d47d80569876e8c6a4017f676ffc8a591e3 /japanese | |
parent | 080c33ecb79bacba954b4c703e3666a9e09d5e9e (diff) | |
download | ports-8aebc0c4b2ee4bf50b1e74c0138c1d0670b16a58.tar.gz ports-8aebc0c4b2ee4bf50b1e74c0138c1d0670b16a58.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/okphone/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/okphone/files/patch-aa b/japanese/okphone/files/patch-aa index 4b3a052ed5c8..f30ada876d74 100644 --- a/japanese/okphone/files/patch-aa +++ b/japanese/okphone/files/patch-aa @@ -95,3 +95,14 @@ + for i in ${DIRS} ; do \ + cd $$i ; make MFLAGS="${MFLAGS}" $@ ; cd .. ; \ + done +--- ./client/sw/Makefile.org Fri Dec 15 01:30:11 1989 ++++ ./client/sw/Makefile Wed Feb 7 20:57:50 1996 +@@ -1,7 +1,7 @@ + # $Header: Makefile,v 1.2 87/10/18 19:18:02 tachi Exp $ + + #CFLAGS= -g -pg +-CFLAGS= -O ++CFLAGS+= + objs= winit.o wcreate.o woutput.o wredraw.o wput.o wclear.o wbox.o wbell.o\ + tosjis.o + srcs= winit.c wcreate.c woutput.c wredraw.c wput.c wclear.c wbox.c wbell.c\ |