1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/deskutils/abacus/files/patch-ac
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

21 lines
543 B
Plaintext

--- tcl_interf/Makefile.orig Mon Oct 26 08:39:45 1998
+++ tcl_interf/Makefile Fri Aug 4 05:11:14 2000
@@ -14,7 +14,7 @@
OTHERSOURCES =
SOURCES = $(CSOURCES) $(OTHERSOURCES)
XXL_LIBS = $(LIBDIR)/libcalc.a $(LIBDIR)/libio.a $(LIBDIR)/libcanvas.a
-LIBS = -ltk8.0 -ltcl8.0 -lX11 -ldl -lm
+LIBS = -ltk82 -ltcl82 -lX11 -lm
include ../Makefile.options
@@ -34,7 +34,7 @@
$(CCC) $(CCFLAGS) $(IFLAGS) -c $<
.c.o:
- $(CC) $(CCFLAGS) $(IFLAGS) -c $<
+ $(CC) $(CFLAGS) $(IFLAGS) -c $<
scan.c: scan.l
$(LEX) -i -t scan.l -oscan.c