freebsd-ports/java/openjdk8/files/patch-configure
Jung-uk Kim 6a5bb1c2f8 - Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]

PR:		193009 [1]
2015-02-27 06:54:30 +00:00

11 lines
353 B
Text

--- configure
+++ configure
@@ -26,4 +26,7 @@
# 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
+export OBJCOPY=%%OBJCOPY%%
+%%LOCALBASE%%/bin/bash $this_script_dir/common/autoconf/configure "$@"