From e1cc9089a6ce599e721f9e4f7678d36bc52e5ddd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 25 Mar 2001 16:44:52 +0000 Subject: [PATCH] Respect CFLAGS. --- vietnamese/vnconvert/files/patch-makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vietnamese/vnconvert/files/patch-makefile 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