mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
10 lines
325 B
Text
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 "$@"
|