1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/chinese/autoconvert/files/patch-ab
Yukihiro Nakai 332ea81f80 Initial Import.
Chinese character code converter.
(Such tool is simple, but important for multibyte- people. :)

PR:		ports/14528
Submitted by:	Yin-Jieh Chen yinjieh@Crazyman.Dorm13.NCTU.edu.tw
1999-10-27 10:53:09 +00:00

17 lines
386 B
Plaintext

--- hzconvert/Makefile.orig Mon Oct 25 19:02:21 1999
+++ hzconvert/Makefile Tue Oct 26 08:29:52 1999
@@ -1,10 +1,10 @@
CC=gcc
-CFLAGS=-O2
+CFLAGS+=-O2
OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
-%.o:%c
+all:libhzconvert.a
+%.o:%.c
$(CC) $(CFLAGS) -c $<
-all:libhzconvert.a
libhzconvert.a:$(OBJS)
ar rs libhzconvert.a $(OBJS)
clean: