summaryrefslogtreecommitdiff
path: root/deskutils/abacus/files/patch-ao
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-11 04:02:02 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-11 04:02:02 +0000
commit812e541141761539c3928f706530000b8e14ccd7 (patch)
tree5f6c918e3ce06fbafd9203b6febaf2d42779f24d /deskutils/abacus/files/patch-ao
parentRemove 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-ao')
-rw-r--r--deskutils/abacus/files/patch-ao11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-ao b/deskutils/abacus/files/patch-ao
new file mode 100644
index 000000000000..25141db367b5
--- /dev/null
+++ b/deskutils/abacus/files/patch-ao
@@ -0,0 +1,11 @@
+--- io/Makefile.orig Tue Oct 20 22:42:29 1998
++++ io/Makefile Fri Aug 4 21:33:00 2000
+@@ -25,7 +25,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