From 7007cd0af988bb54241778c43e633ad66c486c1a Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 25 Mar 2001 16:44:52 +0000 Subject: Respect CFLAGS. --- vietnamese/vnconvert/files/patch-makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vietnamese/vnconvert/files/patch-makefile (limited to 'vietnamese') diff --git a/vietnamese/vnconvert/files/patch-makefile b/vietnamese/vnconvert/files/patch-makefile new file mode 100644 index 00000000000..12865765797 --- /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 -- cgit