]> git.pld-linux.org Git - packages/dotnet-webkit-sharp.git/commitdiff
- new patch, fixes .so.1 => .so.2 library (e.g. Unhandled Exception: System.TypeIniti...
authorvip <vip@pld-linux.org>
Mon, 10 Aug 2009 21:44:49 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webkit-dllmap-fix.patch -> 1.1

webkit-dllmap-fix.patch [new file with mode: 0644]

diff --git a/webkit-dllmap-fix.patch b/webkit-dllmap-fix.patch
new file mode 100644 (file)
index 0000000..8ece18c
--- /dev/null
@@ -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@LIB_PREFIX@.1@LIB_SUFFIX@"/>
++  <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
+ </configuration>
This page took 0.082092 seconds and 4 git commands to generate.