e653dbf40a
there might be some breakage but this is the good time to do the update
10 lines
538 B
Plaintext
10 lines
538 B
Plaintext
$OpenBSD: patch-runtime_mono-wrapper_in,v 1.4 2010/10/15 16:21:07 robert Exp $
|
|
--- runtime/mono-wrapper.in.orig Tue Oct 5 21:59:29 2010
|
|
+++ runtime/mono-wrapper.in Wed Oct 13 18:39:27 2010
|
|
@@ -4,4 +4,4 @@ MONO_CFG_DIR='@mono_cfg_dir@'
|
|
PATH="$r/runtime/_tmpinst/bin:$PATH"
|
|
MONO_SHARED_DIR=$r/runtime
|
|
export MONO_CFG_DIR MONO_SHARED_DIR PATH
|
|
-exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"
|
|
+exec "${LIBTOOL}" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"
|