1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/vietnamese/vnterm/files/patch-02
David E. O'Brien e0dead1af6 vnxterm is a xterm replacement with Vietnamese VIQR 1.1 (7-bit VIetnamese
Quoted Readable/Viet-Net) support.  This version of cxterm is derived from the
X11R5 xterm, and thus has simular capabilities.
1996-12-06 12:33:53 +00:00

27 lines
682 B
Plaintext

--- ../lib/Makefile.orig Tue Aug 31 15:40:06 1993
+++ ../lib/Makefile Sun Nov 24 19:59:14 1996
@@ -4,7 +4,7 @@
LIBDIRS = viqr vntype
LIBS = libviqr.a libvntype.a
#FLAGS = -DNO_ANSI_C
-MFLAGS = -r
+#MFLAGS = -r
all:
@$(MAKE) MSG="Working on" TARGET=all forloop
@@ -13,12 +13,13 @@
@$(MAKE) MSG="Working on" TARGET=clean forloop
forloop:
+ @echo "CFLAGS are $(CFLAGS)"
@for dir in $(LIBDIRS) ; do \
$(ECHO) "Working on" $$dir " {" ; \
cd $$dir ; \
PATH=".:$(PATH)" ; \
export PATH ; \
- make $(MFLAGS) -e TAB="$(TAB)$(TAB)" $(TARGET) ; \
+ make $(MFLAGS) TAB="$(TAB)$(TAB)" $(TARGET) ; \
cd .. ; \
$(ECHO) "Done with" $$dir " }";\
$(ECHO) "" ;\