freebsd-ports/deskutils/abacus/files/patch-ak
Will Andrews 812e541141 Support CC/CXX/CFLAGS/CXXFLAGS/PREFIX properly; tar -> ${TAR}.
PR:		20419
Submitted by:	Ports Fury
2000-08-11 04:02:02 +00:00

15 lines
448 B
Text

--- canvas-tcl8.2.2/Makefile.orig Fri Aug 4 05:14:09 2000
+++ canvas-tcl8.2.2/Makefile Fri Aug 4 05:16:51 2000
@@ -31,10 +31,10 @@
$(CCC) $(CCFLAGS) $(IFLAGS) -c $<
.c.o:
- $(CC) $(CCFLAGS) $(IFLAGS) -c $<
+ $(CC) $(CFLAGS) $(IFLAGS) -c $<
tkEvent.o: tkEvent.c
- $(CC) $(IFLAGS) $(CCFLAGS) -DTK_FILE_READ_PTR=1 -c tkEvent.c
+ $(CC) $(IFLAGS) $(CFLAGS) -DTK_FILE_READ_PTR=1 -c tkEvent.c
scan.c: scan.l
$(LEX) -i -t scan.l > scan.c