diff options
author | hsu <hsu@FreeBSD.org> | 1998-07-14 02:13:34 +0800 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1998-07-14 02:13:34 +0800 |
commit | 137f91a23ffe70dc62f43a4125894fa0a3e6bc71 (patch) | |
tree | 02339a44566479b77d3bf13f523fc1e4705a6103 | |
parent | 34c98a4a67876162c72653754894058121bfb129 (diff) | |
download | freebsd-ports-gnome-137f91a23ffe70dc62f43a4125894fa0a3e6bc71.tar.gz freebsd-ports-gnome-137f91a23ffe70dc62f43a4125894fa0a3e6bc71.tar.zst freebsd-ports-gnome-137f91a23ffe70dc62f43a4125894fa0a3e6bc71.zip |
Run jam0 as ./jam0.
Submitted by: Jeremy Prior <jez@netcraft.co.uk>
-rw-r--r-- | devel/jam/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/jam/files/patch-aa b/devel/jam/files/patch-aa new file mode 100644 index 000000000000..041ced6656d0 --- /dev/null +++ b/devel/jam/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.0 Wed Nov 12 01:22:21 1997 ++++ Makefile Mon Jul 13 11:02:39 1998 +@@ -37,7 +37,7 @@ + rules.c scan.c search.c timestamp.c variable.c + + all: jam0 +- jam0 ++ ./jam0 + + jam0: + $(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS) |