1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/vietnamese/vnelvis/files/patch-02
David E. O'Brien b93ba8e95c VNElvis is a clone of vi/ex (the standard UNIX editor) that allows the
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese
Standard Code for Information Interchange) data format using the 7-bit VIQR
(VIetnamese Quoted Readable) input method.
1996-12-06 12:37:38 +00:00

12 lines
245 B
Plaintext

--- ../lib/vntype/Makefile.orig Tue Jan 5 22:18:07 1993
+++ ../lib/vntype/Makefile Wed Dec 4 04:07:32 1996
@@ -15,7 +15,7 @@
#FLAGS = -DNOANSI_C
CFLAGS = $(FLAGS) $(INC)
CC = cc
-CPP = /lib/cpp
+CPP = cpp
.c.o:
$(CC) $(CFLAGS) -c $*.c