diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:02:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:02:02 +0000 |
commit | 812e541141761539c3928f706530000b8e14ccd7 (patch) | |
tree | 5f6c918e3ce06fbafd9203b6febaf2d42779f24d /deskutils/abacus/files/patch-am | |
parent | Remove share/mule/$VERSION/info, share/mule/$VERSION and share/mule. (diff) |
Support CC/CXX/CFLAGS/CXXFLAGS/PREFIX properly; tar -> ${TAR}.
PR: 20419
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=31504
Diffstat (limited to 'deskutils/abacus/files/patch-am')
-rw-r--r-- | deskutils/abacus/files/patch-am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-am b/deskutils/abacus/files/patch-am new file mode 100644 index 000000000000..54d7360c9577 --- /dev/null +++ b/deskutils/abacus/files/patch-am @@ -0,0 +1,26 @@ +--- graphics/Makefile.orig Fri Aug 21 07:02:07 1998 ++++ graphics/Makefile Fri Aug 4 21:37:33 2000 +@@ -20,14 +20,7 @@ + + LIBS = + +-CC = gcc +-CCC = g++ +-CPP=g++ -E +-YACC = bison +-LEX = flex +-CCFLAGS = -g + IFLAGS = -I$(IDIR) +-LFLAGS = -L/usr/local/tcl/lib -L/usr/local/tk/lib -L. + + $(TARGET) : $(OBJECTS) + +@@ -41,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 > scan.c |