packages: dotnet-webkit-sharp/webkit-dllmap-fix.patch (NEW) - new patch, fi...

vip vip at pld-linux.org
Mon Aug 10 23:44:54 CEST 2009


Author: vip                          Date: Mon Aug 10 21:44:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new patch, fixes .so.1 => .so.2 library (e.g. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for WebKit.WebView ---> System.DllNotFoundException: webkit-1.0.so.1), from fedora

---- Files affected:
packages/dotnet-webkit-sharp:
   webkit-dllmap-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dotnet-webkit-sharp/webkit-dllmap-fix.patch
diff -u /dev/null packages/dotnet-webkit-sharp/webkit-dllmap-fix.patch:1.1
--- /dev/null	Mon Aug 10 23:44:54 2009
+++ packages/dotnet-webkit-sharp/webkit-dllmap-fix.patch	Mon Aug 10 23:44:49 2009
@@ -0,0 +1,9 @@
+# https://bugzilla.redhat.com/show_bug.cgi?id=500654
+diff -uraN webkit-sharp-0.2/sources/webkit-sharp.dll.config.in webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in
+--- webkit-sharp-0.2/sources/webkit-sharp.dll.config.in	2008-06-12 02:28:06.000000000 +0200
++++ webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in	2009-05-16 23:42:36.847810576 +0200
+@@ -1,3 +1,3 @@
+ <configuration>
+-  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.1 at LIB_SUFFIX@"/>
++  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@"/>
+ </configuration>
================================================================


More information about the pld-cvs-commit mailing list