aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/okphone
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-02-08 13:01:24 +0800
committerasami <asami@FreeBSD.org>1996-02-08 13:01:24 +0800
commit14daf446ff402c88e5333cf766aa29284845822e (patch)
tree4c91cda69d47039d56d7edabadefd68073eeb82e /japanese/okphone
parente51bd0de2b1cc138b0dc7bea637ede32ea00e214 (diff)
downloadfreebsd-ports-gnome-14daf446ff402c88e5333cf766aa29284845822e.tar.gz
freebsd-ports-gnome-14daf446ff402c88e5333cf766aa29284845822e.tar.zst
freebsd-ports-gnome-14daf446ff402c88e5333cf766aa29284845822e.zip
Oops, forgot to convert one Makefile to use CFLAGS from /etc/make.conf.
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\