File: fix_dllmap

package info (click to toggle)
webkit-sharp 0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 656 kB
  • ctags: 63
  • sloc: sh: 3,420; xml: 684; cs: 167; makefile: 128
file content (16 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh /usr/share/dpatch/dpatch-run
## fix_dllmap.dpatch by Mirco Bauer <meebey@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Tweak dllmap to better reflect the actual filename to bind to

@DPATCH@
Index: webkit-sharp/sources/webkit-sharp.dll.config.in
===================================================================
--- webkit-sharp.orig/sources/webkit-sharp.dll.config.in	2011-07-15 10:26:53.638141412 +0100
+++ webkit-sharp/sources/webkit-sharp.dll.config.in	2011-07-15 10:26:59.761901874 +0100
@@ -1,3 +1,3 @@
 <configuration>
-  <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
+  <dllmap dll="webkit-1.0" target="libwebkitgtk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
 </configuration>