]> git.pld-linux.org Git - packages/dotnet-webkit-sharp.git/blob - webkit-dllmap-fix.patch
- new patch, fixes .so.1 => .so.2 library (e.g. Unhandled Exception: System.TypeIniti...
[packages/dotnet-webkit-sharp.git] / webkit-dllmap-fix.patch
1 # https://bugzilla.redhat.com/show_bug.cgi?id=500654
2 diff -uraN webkit-sharp-0.2/sources/webkit-sharp.dll.config.in webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in
3 --- webkit-sharp-0.2/sources/webkit-sharp.dll.config.in 2008-06-12 02:28:06.000000000 +0200
4 +++ webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in    2009-05-16 23:42:36.847810576 +0200
5 @@ -1,3 +1,3 @@
6  <configuration>
7 -  <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.1@LIB_SUFFIX@"/>
8 +  <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
9  </configuration>
This page took 0.052113 seconds and 3 git commands to generate.