1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/deskutils/abacus/files/patch-aa
1998-09-14 07:19:17 +00:00

21 lines
641 B
Plaintext

--- Makefile Thu Aug 6 21:15:12 1998
+++ /home/andy/tmp/wrk/Makefile Tue Aug 18 15:24:56 1998
@@ -8,7 +8,7 @@
# explicit permission of the copyright holder.
#
-CCFLAGS= -g
+CCFLAGS= $(CFLAGS) -I$(X11BASE)/include -I$(LOCALBASE)/include/tcl8.0 -I$(LOCALBASE)/include/tk8.0
TARGET = tcl_interf/nxlc
DIRS = display calc io graphics include runlib lib canvas tcl_interf
TARDIRS = $(DIRS) lib RCS tests regressive doc
@@ -32,7 +32,7 @@
rm -f *~ gmon.out tests/* regressive/*.bck
dep : version
- for i in $(DIRS); do $(MAKE) dep -C $$i; done
+ for i in $(DIRS); do $(MAKE) dep -C $$i CCFLAGS="$(CCFLAGS)"; done
rm -f *~