diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-02 12:50:22 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-02 12:50:22 +0800 |
commit | 6ed776154efc3a4da6e0476951dd9faebb3ea565 (patch) | |
tree | dad943fed7c51d944464e5c02d2d9338f02215c3 /chinese/hztty | |
parent | 8be9691aa64379194cf8bb4e1f67a5fd3a5105e0 (diff) | |
download | freebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.tar.gz freebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.tar.zst freebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.zip |
Respect CC and CFLAGS
Diffstat (limited to 'chinese/hztty')
-rw-r--r-- | chinese/hztty/files/patch-aa | 48 |
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: |