ports/java/openjdk8/files/patch-configure
Jung-uk Kim aa8f38c3b6 Add a port of OpenJDK8.
Submitted by:	Brian Gardner <openjdk@getsnappy.com> (preliminary version)
2014-03-28 22:11:29 +00:00

10 lines
325 B
Text

--- configure
+++ configure
@@ -26,4 +26,6 @@
# make sure that is called using bash.
this_script_dir=`dirname $0`
-bash $this_script_dir/common/autoconf/configure "$@"
+export CONFIG_SHELL=%%LOCALBASE%%/bin/bash
+export MAKE=%%LOCALBASE%%/bin/gmake
+%%LOCALBASE%%/bin/bash $this_script_dir/common/autoconf/configure "$@"