]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- fix glib sonames
authorfreetz <freetz@pld-linux.org>
Fri, 18 Aug 2006 20:14:27 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle-sonames.patch -> 1.1

beagle-sonames.patch [new file with mode: 0644]

diff --git a/beagle-sonames.patch b/beagle-sonames.patch
new file mode 100644 (file)
index 0000000..017b0fc
--- /dev/null
@@ -0,0 +1,36 @@
+diff -aurN beagle-0.2.8.orig/beagled/BeagleDaemon.cs beagle-0.2.8/beagled/BeagleDaemon.cs
+--- beagle-0.2.8.orig/beagled/BeagleDaemon.cs  2006-08-17 18:16:27.000000000 +0200
++++ beagle-0.2.8/beagled/BeagleDaemon.cs       2006-08-18 22:08:15.000000000 +0200
+@@ -236,7 +236,7 @@
+                       }
+               }
+-              [DllImport("libgobject-2.0.so")]
++              [DllImport("libgobject-2.0.so.0")]
+               static extern void g_type_init ();
+               public static void DoMain (string[] args)
+diff -aurN beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs
+--- beagle-0.2.8.orig/beagled/IndexHelper/IndexHelper.cs       2006-08-17 18:16:28.000000000 +0200
++++ beagle-0.2.8/beagled/IndexHelper/IndexHelper.cs    2006-08-18 22:07:55.000000000 +0200
+@@ -60,7 +60,7 @@
+                       }
+               }
+-              [DllImport("libgobject-2.0.so")]
++              [DllImport("libgobject-2.0.so.0")]
+               static extern void g_type_init ();
+               private static void DoMain (string [] args)
+diff -aurN beagle-0.2.8.orig/tools/Query.cs beagle-0.2.8/tools/Query.cs
+--- beagle-0.2.8.orig/tools/Query.cs   2006-08-17 18:16:31.000000000 +0200
++++ beagle-0.2.8/tools/Query.cs        2006-08-18 22:08:41.000000000 +0200
+@@ -233,7 +233,7 @@
+               }
+       }
+       
+-      [DllImport("libgobject-2.0.so")]
++      [DllImport("libgobject-2.0.so.0")]
+       static extern void g_type_init ();
+       public static void Main (string[] args) 
This page took 0.077543 seconds and 4 git commands to generate.