diff options
author | drochner <drochner@pkgsrc.org> | 2005-09-08 15:29:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-09-08 15:29:28 +0000 |
commit | 1afdc81d0c9007743e7a859bf8f2a929d7185418 (patch) | |
tree | b2d6bae5276e9140b1a18ba1c68c1e25538d420c /math/gnumeric/patches/patch-br | |
parent | aa537d1247e969e9e18f5b89dea7ebd9ff9f7920 (diff) | |
download | pkgsrc-1afdc81d0c9007743e7a859bf8f2a929d7185418.tar.gz |
move gnumeric-1.4.3 to math/gnumeric, replacing gnumeric-1.2
While I dislike moving pkgs around and forcing users into updates I'm
making an exception here, because this is a leaf pkg, we don't
support gnumeric-1.2 anymore and because gnumeric-1.4 is fully
compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
Diffstat (limited to 'math/gnumeric/patches/patch-br')
-rw-r--r-- | math/gnumeric/patches/patch-br | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-br b/math/gnumeric/patches/patch-br new file mode 100644 index 00000000000..cecc1583ae5 --- /dev/null +++ b/math/gnumeric/patches/patch-br @@ -0,0 +1,15 @@ +$NetBSD: patch-br,v 1.1 2005/09/08 15:29:32 drochner Exp $ + +--- plugins/corba/corba-workbook.c.orig 2005-09-06 11:23:24.000000000 +0200 ++++ plugins/corba/corba-workbook.c +@@ -312,8 +312,8 @@ wbcc_init (WorkbookControlCORBA *wbcc) + CORBA_exception_free (&ev); + } + +-GSF_CLASS_FULL (WorkbookControlCORBA, workbook_control_corba, +- wbcc_class_init, wbcc_init, ++GSF_CLASS_FULL (WorkbookControlCORBA, workbook_control_corba, NULL, NULL, ++ wbcc_class_init, NULL, wbcc_init, + WORKBOOK_CONTROL_TYPE, 0, + GSF_INTERFACE (wbcc_gnm_cmd_context_init, + GNM_CMD_CONTEXT_TYPE)) |