summaryrefslogtreecommitdiff
path: root/japanese/okphone
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-02-08 05:01:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-02-08 05:01:24 +0000
commit8aebc0c4b2ee4bf50b1e74c0138c1d0670b16a58 (patch)
tree31de1d47d80569876e8c6a4017f676ffc8a591e3 /japanese/okphone
parentAdded okphone. (diff)
Oops, forgot to convert one Makefile to use CFLAGS from /etc/make.conf.
Notes
Notes: svn path=/head/; revision=2697
Diffstat (limited to 'japanese/okphone')
-rw-r--r--japanese/okphone/files/patch-aa11
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\