1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/vietnamese/vn7to8/files/patch-02
David E. O'Brien c23ec56433 Converts between the 7-bit VIQR format for Vietnamese (Viet-Net like)
and the 8-bit VISCII 1.1 data format.
1996-12-06 12:32:14 +00:00

12 lines
245 B
Plaintext

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