[Pkg-cli-libs-commits] [SCM] nlog branch, master, updated. f827aebe4cbaf1e02b3cd5991ea562718ee591b7

Mirco Bauer meebey at meebey.net
Fri Mar 13 02:11:20 UTC 2009


The following commit has been merged in the master branch:
commit d7e0a2d853e6b4446e2ad16fd5391e1b8e6d585b
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri Mar 13 03:05:55 2009 +0100

    de-winformsed

diff --git a/debian/patches/disable_winforms.patch b/debian/patches/disable_winforms.patch
new file mode 100644
index 0000000..73c05df
--- /dev/null
+++ b/debian/patches/disable_winforms.patch
@@ -0,0 +1,17 @@
+--- nlog-1.0.orig/src/NLog/Targets/MessageBox.cs
++++ nlog-1.0/src/NLog/Targets/MessageBox.cs
+@@ -31,6 +31,8 @@
+ // THE POSSIBILITY OF SUCH DAMAGE.
+ // 
+ 
++#if !MONO
++
+ using System;
+ using System.Collections;
+ using System.Collections.Specialized;
+@@ -130,3 +132,5 @@
+         }
+     }
+ }
++
++#endif

-- 
nlog



More information about the Pkg-cli-libs-commits mailing list