summaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 16:48:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 16:48:21 +0000
commitbd4c2a7a93a0e8e08fedbc62b737eb993cf4b517 (patch)
tree630fb5cf1fbd67d61894115aad25b4276e27df4a /vietnamese
parentSigh. This code is based on vnlibs. Thus I need to fix the Pascal'ism (diff)
Grr. a local cc(1) option got added by mistake.
Notes
Notes: svn path=/head/; revision=40360
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vnconvert/files/patch-makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/vietnamese/vnconvert/files/patch-makefile b/vietnamese/vnconvert/files/patch-makefile
index 128657657972..3721bcf543d5 100644
--- a/vietnamese/vnconvert/files/patch-makefile
+++ b/vietnamese/vnconvert/files/patch-makefile
@@ -2,10 +2,10 @@
+++ 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
++ cc -o vnconvert vnconvert.c conv.o vn78.o
@@ -5 +5 @@
- cc -c conv.c
-+ cc -g ${CFLAGS} -c conv.c
++ cc ${CFLAGS} -c conv.c
@@ -8 +8 @@
- cc -c vn78.c
-+ cc -g ${CFLAGS} -c vn78.c
++ cc ${CFLAGS} -c vn78.c