aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/vnconvert
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 16:44:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 16:44:52 +0000
commite1cc9089a6ce599e721f9e4f7678d36bc52e5ddd (patch)
tree2d595b427dae81b8881870be4dcc53ad4074fe96 /vietnamese/vnconvert
parent42eff74c3b5f277dc0b8eef87260e5dd6a410b70 (diff)
downloadports-e1cc9089a6ce599e721f9e4f7678d36bc52e5ddd.tar.gz
ports-e1cc9089a6ce599e721f9e4f7678d36bc52e5ddd.zip
Respect CFLAGS.
Notes
Notes: svn path=/head/; revision=40358
Diffstat (limited to 'vietnamese/vnconvert')
-rw-r--r--vietnamese/vnconvert/files/patch-makefile11
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