summaryrefslogtreecommitdiff
path: root/vietnamese/vn7to8/files
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/vn7to8/files')
-rw-r--r--vietnamese/vn7to8/files/patch-0112
-rw-r--r--vietnamese/vn7to8/files/patch-0211
2 files changed, 8 insertions, 15 deletions
diff --git a/vietnamese/vn7to8/files/patch-01 b/vietnamese/vn7to8/files/patch-01
index 365e7ec15776..da700624de6c 100644
--- a/vietnamese/vn7to8/files/patch-01
+++ b/vietnamese/vn7to8/files/patch-01
@@ -1,10 +1,14 @@
--- Makefile.orig Mon Sep 14 15:49:45 1992
-+++ Makefile Wed Dec 4 02:54:53 1996
-@@ -6,7 +6,7 @@
++++ Makefile Sun Feb 11 14:13:39 2001
+@@ -4,9 +4,9 @@
+
+ SHELL = /bin/sh
CC = cc
- VNLIBDIR= ../lib
- VNINCDIR= ../include
+-VNLIBDIR= ../lib
+-VNINCDIR= ../include
-BINDIR = /local/usr/bin
++VNLIBDIR= $(PREFIX)/lib
++VNINCDIR= $(PREFIX)/include/viet
+BINDIR = ${PREFIX}/bin
LIBS = $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a
diff --git a/vietnamese/vn7to8/files/patch-02 b/vietnamese/vn7to8/files/patch-02
deleted file mode 100644
index 45efc5aaa195..000000000000
--- a/vietnamese/vn7to8/files/patch-02
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../lib/vntype/Makefile.orig Tue Jan 5 22:18:07 1993
-+++ ../lib/vntype/Makefile Wed Dec 4 03:02:33 1996
-@@ -15,7 +15,7 @@
- #FLAGS = -DNOANSI_C
- CFLAGS = $(FLAGS) $(INC)
- CC = cc
--CPP = /lib/cpp
-+CPP = cpp
-
- .c.o:
- $(CC) $(CFLAGS) -c $*.c