[ooo-build-commit] .: patches/mono

Noel Power noelp at kemper.freedesktop.org
Wed Sep 29 08:39:38 PDT 2010


 patches/mono/mono-component-support.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c461752ab988d29e05d14ea58b49b2742c9d4df5
Author: Noel Power <noel.power at novell.com>
Date:   Wed Sep 29 16:39:02 2010 +0100

    conditionalize mono_loader in scp2

diff --git a/patches/mono/mono-component-support.diff b/patches/mono/mono-component-support.diff
index e7dfffe..7d6e385 100644
--- a/patches/mono/mono-component-support.diff
+++ b/patches/mono/mono-component-support.diff
@@ -487,7 +487,7 @@ index 39acafe..194ec13 100755
      Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
  End
  
-+#ifdef UNX // currently we only will build this on unix
++#ifdef ( defined UNX && defined ENABLE_MONO ) // currently we only will build this on unix
 +File gid_File_Dl_MonoLoader
 +    TXT_FILE_BODY;
 +    Dir = SCP2_URE_DL_DIR;


More information about the ooo-build-commit mailing list