freebsd-ports/chinese/autoconvert/files/patch-ab
R. Imura 4f0e0d2ab8 Update version to 0.3.4.
PR:		15940
Submitted by:	Maintainer
2000-01-14 18:19:15 +00:00

14 lines
444 B
Text

--- hzconvert/Makefile.orig Wed Jan 5 14:33:47 2000
+++ hzconvert/Makefile Wed Jan 5 14:34:35 2000
@@ -2,10 +2,10 @@
CFLAGS+=-O2
#OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
+all:libhzconvert.a
%.o:%c
$(CC) $(CFLAGS) -c $<
-all:libhzconvert.a
libhzconvert.a:$(OBJS)
ar rs libhzconvert.a $(OBJS)
clean: