diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
commit | 4046f07bee76bf1998bf5886150b428ddcd65d22 (patch) | |
tree | 982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/c2t | |
parent | Upgrade to 4.4d. (diff) |
Respect CC and CFLAGS
Diffstat (limited to 'chinese/c2t')
-rw-r--r-- | chinese/c2t/files/patch-01 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/chinese/c2t/files/patch-01 b/chinese/c2t/files/patch-01 index c8dcd37d894e..ad06a1ab20f4 100644 --- a/chinese/c2t/files/patch-01 +++ b/chinese/c2t/files/patch-01 @@ -1,8 +1,15 @@ ---- Makefile.orig Tue Feb 23 22:21:39 1993 -+++ Makefile Tue Feb 4 02:10:15 1997 -@@ -1,4 +1,4 @@ +--- Makefile.orig Wed Feb 24 14:21:39 1993 ++++ Makefile Sun Apr 2 11:42:44 2000 +@@ -1,9 +1,9 @@ -CC=cc +CC=cc -DCHINDICT=\"$(PREFIX)/share/chinese/gb/TONEPY.tit\" all: c2t + c2t: c2t.o +- $(CC) -O -o c2t c2t.o ++ $(CC) $(CFLAGS) -o c2t c2t.o + + c2t.o: c2t.c +- $(CC) -O -c c2t.c ++ $(CC) $(CFLAGS) -c c2t.c |