]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- more goffice fixes auto/th/abiword-2_4_4-4
authorfreetz <freetz@pld-linux.org>
Sun, 11 Jun 2006 17:59:24 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-goffice03.patch -> 1.2

abiword-goffice03.patch

index dd15be1a124b8d9ee67495815ce2a6d177d1c4db..69e2213a42bf8f67b9fa8fd6c207af58bdbeb383 100644 (file)
@@ -10,3 +10,15 @@ diff -aurN abiword-plugins.orig/tools/abigochart/plugin.m4 abiword-plugins/tools
          ABI_PLUGIN_REPORT([abigochart: okay])
  ],[        ABI_PLUGIN_REPORT([abigochart: error libgoffice >= $LIBGOffice_REQUIRED_VERSION required])
          abi_plugin_disable=yes
+diff -aurN abiword-plugins.orig/tools/abigochart/unix/AbiGOChart.cpp abiword-plugins/tools/abigochart/unix/AbiGOChart.cpp
+--- abiword-plugins.orig/tools/abigochart/unix/AbiGOChart.cpp  2006-03-26 15:28:54.000000000 +0200
++++ abiword-plugins/tools/abigochart/unix/AbiGOChart.cpp       2006-06-11 19:56:15.363628992 +0200
+@@ -1256,7 +1256,7 @@
+       /* the resolution of symbols in libgoffice must be forced because when
+       creating the guru window, libglade needs foo_canvas_new. There might
+       be a better solution..., I could not find one */
+-      g_module_close (g_module_open ("libgoffice-1", (GModuleFlags)0));
++      g_module_close (g_module_open ("libgoffice-0.3", (GModuleFlags)0));
+    return 1;
+ }
This page took 0.029521 seconds and 4 git commands to generate.