a72a07e53d
While beeing a development release, this is the most stable version I used on OpenBSD for now. Several patches are removed as they went upstream. Thanks to jolan@ for pointing me at this release and cooking a couple of patches. Fix build on powerpc and add it to ONLY_FOR_ARCHS ; slightly tested on macppc. A similar port was successfuly tested by jolan@ on amd64. no objection alek@ (maintainer) ok jolan@ ok jasper@
10 lines
526 B
Plaintext
10 lines
526 B
Plaintext
$OpenBSD: patch-runtime_monodis-wrapper_in,v 1.1 2009/09/06 07:25:27 ajacoutot Exp $
|
|
--- runtime/monodis-wrapper.in.orig Sun Aug 23 17:44:58 2009
|
|
+++ runtime/monodis-wrapper.in Sun Aug 23 17:45:13 2009
|
|
@@ -3,4 +3,4 @@ r='@mono_build_root@'
|
|
MONO_CFG_DIR='@mono_cfg_dir@'
|
|
MONO_SHARED_DIR=$r/runtime
|
|
export MONO_CFG_DIR MONO_SHARED_DIR
|
|
-exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@"
|
|
+exec "${LIBTOOL}" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@"
|