aboutsummaryrefslogtreecommitdiff
path: root/chinese/hztty
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
commit4046f07bee76bf1998bf5886150b428ddcd65d22 (patch)
tree982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/hztty
parent95013cc3390a117cedc109e764a7f06a949a1a7d (diff)
downloadports-4046f07bee76bf1998bf5886150b428ddcd65d22.tar.gz
ports-4046f07bee76bf1998bf5886150b428ddcd65d22.zip
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=27275
Diffstat (limited to 'chinese/hztty')
-rw-r--r--chinese/hztty/files/patch-aa48
1 files changed, 28 insertions, 20 deletions
diff --git a/chinese/hztty/files/patch-aa b/chinese/hztty/files/patch-aa
index 896d1983bc28..ff0cccceb05c 100644
--- a/chinese/hztty/files/patch-aa
+++ b/chinese/hztty/files/patch-aa
@@ -1,20 +1,28 @@
-*** Makefile.dist Thu Sep 25 00:26:00 1997
---- Makefile Thu Sep 25 00:47:01 1997
-***************
-*** 132,138 ****
-
-
- bsd:
-! miniconf.sh $(CPP)
- ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
-
- posix:
---- 134,140 ----
-
-
- bsd:
-! ./miniconf.sh $(CPP)
- ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
-
- posix:
-
+--- Makefile.orig Sun Jan 29 16:39:19 1995
++++ Makefile Sun Apr 2 11:16:03 2000
+@@ -19,7 +19,6 @@
+
+ CC=cc
+ CPP=$(CC) -E
+-CDEBUGFLAGS= -O
+ MAKE=make
+ RM=rm -f
+
+@@ -31,7 +30,7 @@
+ ${OBJ_GB_BIG5} ${OBJ_UNICODE_GB} ${OBJ_UNICODE_BIG5}
+
+ DEFINES=
+-CFLAGS=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I.
++CFLAGS+=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I.
+
+ PROG = hztty
+ LIBS=
+@@ -132,7 +131,7 @@
+
+
+ bsd:
+- miniconf.sh $(CPP)
++ ./miniconf.sh $(CPP)
+ ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
+
+ posix: