summaryrefslogtreecommitdiffstats
path: root/math/gnumeric2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-13 15:13:03 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-13 15:13:03 +0800
commitc1a9ff555d3b7431ebcbfb88e08de9cb8054584a (patch)
tree6545f0bd8d89723079f331d98d23a4e493513b03 /math/gnumeric2/files
parent4c427dfb72bba2614233a7487aa1a49fe23dcb7c (diff)
downloadmarcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.gz
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.bz2
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.lz
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.xz
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.zst
marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.zip
Add gnumeric2 and update to 1.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1209 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r--math/gnumeric2/files/patch-configure29
-rw-r--r--math/gnumeric2/files/patch-doc_xmldocs.make11
-rw-r--r--math/gnumeric2/files/patch-src_regutf8.h11
3 files changed, 51 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure
new file mode 100644
index 000000000..4feaedade
--- /dev/null
+++ b/math/gnumeric2/files/patch-configure
@@ -0,0 +1,29 @@
+--- 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"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -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_xmldocs.make b/math/gnumeric2/files/patch-doc_xmldocs.make
new file mode 100644
index 000000000..e4f9a4864
--- /dev/null
+++ b/math/gnumeric2/files/patch-doc_xmldocs.make
@@ -0,0 +1,11 @@
+--- doc/xmldocs.make.orig Sun Sep 7 22:37:55 2003
++++ doc/xmldocs.make Sat Sep 13 02:47:14 2003
+@@ -32,7 +32,7 @@
+ # dist-hook: app-dist-hook
+ #
+
+-docdir = $(gnumeric_datadir)/share/gnome/help/$(docname)/$(lang)
++docdir = $(gnumeric_datadir)/help/$(docname)/$(lang)
+
+ xml_files = $(entities) $(docname).xml
+
diff --git a/math/gnumeric2/files/patch-src_regutf8.h b/math/gnumeric2/files/patch-src_regutf8.h
new file mode 100644
index 000000000..04040ac56
--- /dev/null
+++ b/math/gnumeric2/files/patch-src_regutf8.h
@@ -0,0 +1,11 @@
+--- src/regutf8.h.orig Thu Sep 12 00:17:54 2002
++++ src/regutf8.h Thu Sep 12 00:18:02 2002
+@@ -19,7 +19,7 @@
+ #endif
+
+ #ifndef REG_OK
+-#define REG_OK REG_NOERROR
++#define REG_OK 0
+ #endif
+
+ // ----------------------------------------------------------------------------