diff options
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnterm/files/patch-03 | 18 | ||||
-rw-r--r-- | vietnamese/vnterm/files/patch-04 | 11 |
2 files changed, 17 insertions, 12 deletions
diff --git a/vietnamese/vnterm/files/patch-03 b/vietnamese/vnterm/files/patch-03 index a051d983070c..b8c3c5a9dee4 100644 --- a/vietnamese/vnterm/files/patch-03 +++ b/vietnamese/vnterm/files/patch-03 @@ -1,13 +1,11 @@ --- ../lib/viqr/Makefile.orig Thu Jul 15 18:19:16 1993 -+++ ../lib/viqr/Makefile Tue Dec 3 20:58:43 1996 -@@ -11,7 +11,9 @@ - RANLIB= echo ++++ ../lib/viqr/Makefile Fri Dec 6 11:48:24 1996 +@@ -8,7 +8,7 @@ + SHELL = /bin/sh + VNLIBDIR= .. + VNINCDIR= ../../include +-RANLIB= echo ++RANLIB= ranlib SRCS = vncompos.c vnkeys.c vk_qrto8.c vk_8toqr.c --OBJS = vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o -+# vncompos.o must be last to be included in the library, otherwise -+# FreeBSD's ld can't resolve _vncompose and _vncompose_init -- DEO [Dec96] -+OBJS = vnkeys.o vk_qrto8.o vk_8toqr.o vncompos.o - LIB = $(VNLIBDIR)/libviqr.a - - INC = -I$(VNINCDIR) + OBJS = vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o diff --git a/vietnamese/vnterm/files/patch-04 b/vietnamese/vnterm/files/patch-04 index ad0183bd856b..10fc15a9b340 100644 --- a/vietnamese/vnterm/files/patch-04 +++ b/vietnamese/vnterm/files/patch-04 @@ -1,6 +1,13 @@ --- ../lib/vntype/Makefile.orig Tue Aug 10 18:26:33 1993 -+++ ../lib/vntype/Makefile Sun Nov 24 20:09:15 1996 -@@ -18,7 +18,7 @@ ++++ ../lib/vntype/Makefile Fri Dec 6 11:48:38 1996 +@@ -12,13 +12,13 @@ + SRTI = vntype.I toupper.I tolower.I + SRTS = vntype.srt toupper.srt tolower.srt + LIB = $(VNLIBDIR)/libvntype.a +-RANLIB = echo ++RANLIB = ranlib + + INC = -I$(VNINCDIR) #FLAGS = -DNOANSI_C CFLAGS = $(FLAGS) $(INC) CC = cc |