diff options
Diffstat (limited to 'java/jdk16/files/patch-hotspot-make-jprt.config')
-rw-r--r-- | java/jdk16/files/patch-hotspot-make-jprt.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-hotspot-make-jprt.config b/java/jdk16/files/patch-hotspot-make-jprt.config new file mode 100644 index 000000000000..87363f764378 --- /dev/null +++ b/java/jdk16/files/patch-hotspot-make-jprt.config @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot/make/jprt.config.orig Sun Jul 29 23:03:30 2007 ++++ ../../hotspot/make/jprt.config Sun Jul 29 23:03:30 2007 +@@ -158,7 +158,7 @@ + if [ "${osname}" = "NetBSD" ] ; then + make=/usr/pkg/bin/gmake + else +- make=/usr/local/bin/gmake ++ make=%%LOCALBASE%%/bin/gmake + fi + fileMustExist "${make}" make + |