diff options
-rw-r--r-- | vietnamese/vnconvert/files/patch-makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vietnamese/vnconvert/files/patch-makefile b/vietnamese/vnconvert/files/patch-makefile new file mode 100644 index 000000000000..128657657972 --- /dev/null +++ b/vietnamese/vnconvert/files/patch-makefile @@ -0,0 +1,11 @@ +--- makefile.orig Fri May 20 13:36:14 1994 ++++ makefile Sun Mar 25 08:28:08 2001 +@@ -2 +2 @@ +- cc -o vnconvert vnconvert.c conv.o vn78.o ++ cc -g -o vnconvert vnconvert.c conv.o vn78.o +@@ -5 +5 @@ +- cc -c conv.c ++ cc -g ${CFLAGS} -c conv.c +@@ -8 +8 @@ +- cc -c vn78.c ++ cc -g ${CFLAGS} -c vn78.c |