]> git.pld-linux.org Git - packages/beagle.git/blame - beagle-sonames.patch
- updated for 0.2.9
[packages/beagle.git] / beagle-sonames.patch
CommitLineData
699ac2ac 1diff -aurN beagle-0.2.8.orig/beagled/BeagleDaemon.cs beagle-0.2.8/beagled/BeagleDaemon.cs
2--- beagle-0.2.8.orig/beagled/BeagleDaemon.cs 2006-08-17 18:16:27.000000000 +0200
3+++ beagle-0.2.8/beagled/BeagleDaemon.cs 2006-08-18 22:08:15.000000000 +0200
4@@ -236,7 +236,7 @@
5 }
6 }
7
8- [DllImport("libgobject-2.0.so")]
9+ [DllImport("libgobject-2.0.so.0")]
10 static extern void g_type_init ();
11
12 public static void DoMain (string[] args)
13diff -aurN beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs
14--- beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs 2006-08-17 18:16:28.000000000 +0200
15+++ beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs 2006-08-18 22:07:55.000000000 +0200
16@@ -60,7 +60,7 @@
17 }
18 }
19
20- [DllImport("libgobject-2.0.so")]
21+ [DllImport("libgobject-2.0.so.0")]
22 static extern void g_type_init ();
23
24 private static void DoMain (string [] args)
25diff -aurN beagle-0.2.8.orig/tools/Query.cs beagle-0.2.8/tools/Query.cs
26--- beagle-0.2.8.orig/tools/Query.cs 2006-08-17 18:16:31.000000000 +0200
27+++ beagle-0.2.8/tools/Query.cs 2006-08-18 22:08:41.000000000 +0200
28@@ -233,7 +233,7 @@
29 }
30 }
31
32- [DllImport("libgobject-2.0.so")]
33+ [DllImport("libgobject-2.0.so.0")]
34 static extern void g_type_init ();
35
36 public static void Main (string[] args)
This page took 0.029813 seconds and 4 git commands to generate.