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

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Sep 29 19:28:44 PDT 2010


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

New commits:
commit d947da6dc6032f2d5468364864362dd679042ae7
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Sep 29 22:27:49 2010 -0400

    Fixed a build breakage in scp2.

diff --git a/patches/mono/mono-component-support.diff b/patches/mono/mono-component-support.diff
index 7d6e385..bb416fe 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 ( defined UNX && defined ENABLE_MONO ) // currently we only will build this on unix
++#if ( 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