aboutsummaryrefslogtreecommitdiff
path: root/devel/jam/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-04 22:31:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-04 22:31:37 +0000
commit22a23f2e54754d47b3da6d3c2f47a718968d1f58 (patch)
treec2f658f9f4c66bb36e6d6836e3b6a16a35115adc /devel/jam/files
parent420a44ffdbd907e6f50b571031cd7804e96f12f2 (diff)
Notes
Diffstat (limited to 'devel/jam/files')
-rw-r--r--devel/jam/files/patch-Jamfile11
-rw-r--r--devel/jam/files/patch-Makefile10
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/jam/files/patch-Jamfile b/devel/jam/files/patch-Jamfile
new file mode 100644
index 000000000000..5ea042c6b001
--- /dev/null
+++ b/devel/jam/files/patch-Jamfile
@@ -0,0 +1,11 @@
+--- Jamfile.orig Thu Aug 19 15:19:29 2004
++++ Jamfile Fri Aug 26 17:10:28 2005
+@@ -7,7 +7,7 @@
+
+ if $(VMS) { LOCATE_TARGET ?= [.binvms] ; }
+ else if $(MAC) { LOCATE_TARGET ?= :bin.mac ; }
+-else { LOCATE_TARGET ?= bin.$(OSFULL[1]:L) ; }
++else { LOCATE_TARGET ?= bin ; }
+
+ # Leave generated source in current directory; it would be nice to use
+ # these lines below to build the source into the platform-specific
diff --git a/devel/jam/files/patch-Makefile b/devel/jam/files/patch-Makefile
new file mode 100644
index 000000000000..60ee544008e8
--- /dev/null
+++ b/devel/jam/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig Wed Apr 23 01:45:50 2003
++++ Makefile Fri Aug 26 17:17:13 2005
+@@ -1,7 +1,5 @@
+ # Makefile for jam
+
+-CC = cc
+-CFLAGS =
+ EXENAME = ./jam0
+ TARGET = -o $(EXENAME)
+