diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-17 06:45:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-17 06:45:35 +0800 |
commit | 76039ad65e5538d67d38b42479ca23fdc2697e01 (patch) | |
tree | ed69f115c93ae9163b62f83083d70ca8e0f16073 /math/gnumeric2/files | |
parent | 79d7aa9dbb96baef3d31b2c1d72b64228b4aa42f (diff) | |
download | freebsd-ports-gnome-76039ad65e5538d67d38b42479ca23fdc2697e01.tar.gz freebsd-ports-gnome-76039ad65e5538d67d38b42479ca23fdc2697e01.tar.zst freebsd-ports-gnome-76039ad65e5538d67d38b42479ca23fdc2697e01.zip |
Update to 1.1.12.
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-configure | 22 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-doc_C_keybinding-appendix.xml | 11 |
2 files changed, 27 insertions, 6 deletions
diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure index 0556ddc28540..4feaedadedd2 100644 --- a/math/gnumeric2/files/patch-configure +++ b/math/gnumeric2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Thu Sep 12 00:39:10 2002 -+++ configure Thu Sep 12 00:39:36 2002 -@@ -8114,6 +8114,7 @@ +--- configure.orig Wed Nov 13 14:39:44 2002 ++++ configure Fri Nov 15 20:11:48 2002 +@@ -8244,6 +8244,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,12 +8,22 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -13797,7 +13798,7 @@ +@@ -9562,7 +9563,8 @@ + int + main () + { +-FILE *f = fdopen(1, "r") ++FILE *f; ++f = fdopen(1, "r") + ; + return 0; + } +@@ -13997,7 +13999,7 @@ }' fi -DEFS=-DHAVE_CONFIG_H +DEFS="$DEFS -DHAVE_CONFIG_H" - - + ac_libobjs= + ac_ltlibobjs= diff --git a/math/gnumeric2/files/patch-doc_C_keybinding-appendix.xml b/math/gnumeric2/files/patch-doc_C_keybinding-appendix.xml new file mode 100644 index 000000000000..df1355984e71 --- /dev/null +++ b/math/gnumeric2/files/patch-doc_C_keybinding-appendix.xml @@ -0,0 +1,11 @@ +--- doc/C/keybinding-appendix.xml.orig Sat Nov 16 16:55:01 2002 ++++ doc/C/keybinding-appendix.xml Sat Nov 16 16:55:12 2002 +@@ -111,7 +111,7 @@ + </listitem> + <listitem> + <para> +- <keycap>Ctl-&</keycap> Adds a thin border around the current selection ++ <keycap>Ctl-&</keycap> Adds a thin border around the current selection + </para> + </listitem> + <listitem> |