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/autoconvert | |
parent | 95013cc3390a117cedc109e764a7f06a949a1a7d (diff) | |
download | ports-4046f07bee76bf1998bf5886150b428ddcd65d22.tar.gz ports-4046f07bee76bf1998bf5886150b428ddcd65d22.zip |
Notes
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r-- | chinese/autoconvert/files/patch-aa | 6 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chinese/autoconvert/files/patch-aa b/chinese/autoconvert/files/patch-aa index dffefb51f3d3..04e28ead8118 100644 --- a/chinese/autoconvert/files/patch-aa +++ b/chinese/autoconvert/files/patch-aa @@ -1,10 +1,10 @@ ---- Makefile.orig Sat Mar 11 14:41:18 2000 -+++ Makefile Sat Mar 11 14:41:24 2000 +--- Makefile.orig Wed Jan 5 13:50:05 2000 ++++ Makefile Sun Apr 2 11:37:04 2000 @@ -1,6 +1,6 @@ CC=gcc -CFLAG=-O2 -g -Iinclude -+CFLAG+=-O2 -g -Iinclude ++CFLAG+=-Iinclude all: autob5 autogb hzlib diff --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab index 7b4e77b118ea..166dcee1b79b 100644 --- a/chinese/autoconvert/files/patch-ab +++ b/chinese/autoconvert/files/patch-ab @@ -1,8 +1,8 @@ --- hzconvert/Makefile.orig Wed Jan 5 13:12:31 2000 -+++ hzconvert/Makefile Sun Mar 12 18:39:46 2000 -@@ -1,12 +1,12 @@ ++++ hzconvert/Makefile Sun Apr 2 11:37:24 2000 +@@ -1,12 +1,11 @@ CC=gcc -I../include - CFLAGS=-O2 +-CFLAGS=-O2 OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o +all:libhzconvert %.o:%c |