]> git.pld-linux.org Git - packages/dotnet-webkit-sharp.git/commitdiff
- fix libdir in pkgconfig file
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 11 Mar 2010 21:42:56 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-webkit-sharp-pc.patch -> 1.1

dotnet-webkit-sharp-pc.patch [new file with mode: 0644]

diff --git a/dotnet-webkit-sharp-pc.patch b/dotnet-webkit-sharp-pc.patch
new file mode 100644 (file)
index 0000000..b510ba3
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN webkit-sharp-0.3/sources/webkit-sharp.pc.in webkit-sharp-0.3.new//sources/webkit-sharp.pc.in
+--- webkit-sharp-0.3/sources/webkit-sharp.pc.in        2009-10-21 21:54:23.000000000 +0200
++++ webkit-sharp-0.3.new//sources/webkit-sharp.pc.in   2010-03-11 22:38:38.895114139 +0100
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=@libdir@
++libdir=${exec_prefix}/lib
+ Name: @ASSEMBLY_TITLE@
+ Description: @ASSEMBLY_DESCRIPTION@
This page took 0.100857 seconds and 4 git commands to generate.