freebsd-ports/devel/jam/files/patch-Jamfile
2016-01-18 10:33:02 +00:00

11 lines
392 B
Text

--- Jamfile.orig 2014-08-07 18:24:14 UTC
+++ Jamfile
@@ -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