aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-07 03:54:47 +0800
committerobrien <obrien@FreeBSD.org>1996-12-07 03:54:47 +0800
commit89ad02c84e0a3570c10657de837dc33ca03e4624 (patch)
treeee1fc926621ad80e6aa11000b17d590db117ab6f /vietnamese
parentfc07469518875c47d78e4b5a22f570c63bf4364b (diff)
downloadfreebsd-ports-graphics-89ad02c84e0a3570c10657de837dc33ca03e4624.tar.gz
freebsd-ports-graphics-89ad02c84e0a3570c10657de837dc33ca03e4624.tar.zst
freebsd-ports-graphics-89ad02c84e0a3570c10657de837dc33ca03e4624.zip
Didn't catch that "RANLIB= echo". HEY! This ain't no stinking SysV OS. :-)
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vnterm/files/patch-0318
-rw-r--r--vietnamese/vnterm/files/patch-0411
2 files changed, 17 insertions, 12 deletions
diff --git a/vietnamese/vnterm/files/patch-03 b/vietnamese/vnterm/files/patch-03
index a051d983070..b8c3c5a9dee 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 ad0183bd856..10fc15a9b34 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