]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-goffice03.patch
- more goffice fixes
[packages/abiword.git] / abiword-goffice03.patch
1 diff -aurN abiword-plugins.orig/tools/abigochart/plugin.m4 abiword-plugins/tools/abigochart/plugin.m4
2 --- abiword-plugins.orig/tools/abigochart/plugin.m4     2005-12-27 12:09:54.000000000 +0100
3 +++ abiword-plugins/tools/abigochart/plugin.m4  2006-06-11 19:18:51.900687200 +0200
4 @@ -23,7 +23,7 @@
5  
6  LIBGOffice_REQUIRED_VERSION=0.1.0
7  
8 -PKG_CHECK_MODULES(GOFFICE, [libgoffice-1 >= $LIBGOffice_REQUIRED_VERSION],[
9 +PKG_CHECK_MODULES(GOFFICE, [libgoffice-0.3 >= $LIBGOffice_REQUIRED_VERSION],[
10          ABI_PLUGIN_REPORT([abigochart: okay])
11  ],[        ABI_PLUGIN_REPORT([abigochart: error libgoffice >= $LIBGOffice_REQUIRED_VERSION required])
12          abi_plugin_disable=yes
13 diff -aurN abiword-plugins.orig/tools/abigochart/unix/AbiGOChart.cpp abiword-plugins/tools/abigochart/unix/AbiGOChart.cpp
14 --- abiword-plugins.orig/tools/abigochart/unix/AbiGOChart.cpp   2006-03-26 15:28:54.000000000 +0200
15 +++ abiword-plugins/tools/abigochart/unix/AbiGOChart.cpp        2006-06-11 19:56:15.363628992 +0200
16 @@ -1256,7 +1256,7 @@
17         /* the resolution of symbols in libgoffice must be forced because when
18         creating the guru window, libglade needs foo_canvas_new. There might
19         be a better solution..., I could not find one */
20 -       g_module_close (g_module_open ("libgoffice-1", (GModuleFlags)0));
21 +       g_module_close (g_module_open ("libgoffice-0.3", (GModuleFlags)0));
22     return 1;
23  }
24  
This page took 0.039939 seconds and 3 git commands to generate.