summaryrefslogtreecommitdiff
path: root/math/gnumeric/files/patch-ce
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-11 18:31:36 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-11 18:31:36 +0000
commit9087164bf400b7caf1bd65efaa56f7ad25b18d60 (patch)
tree720035803a931df3a85b079ca5a1dbc18b90891c /math/gnumeric/files/patch-ce
parentUpgrade to v2.2, and hand the reigns over to Bruce Mah, who is (diff)
Update to 0.57, now using x11-toolkits/gal
Diffstat (limited to 'math/gnumeric/files/patch-ce')
-rw-r--r--math/gnumeric/files/patch-ce16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/gnumeric/files/patch-ce b/math/gnumeric/files/patch-ce
new file mode 100644
index 000000000000..4695a5e53ac1
--- /dev/null
+++ b/math/gnumeric/files/patch-ce
@@ -0,0 +1,16 @@
+--- src/format.c.orig Fri Sep 22 09:45:19 2000
++++ src/format.c Wed Oct 11 12:36:59 2000
+@@ -28,3 +28,5 @@
+ #include <math.h>
++#ifdef __linux__
+ #include <langinfo.h>
++#endif
+ #include <limits.h>
+@@ -108,2 +110,3 @@
+
++#ifdef __linux__
+ if (!date_order_cached) {
+@@ -123,2 +126,3 @@
+ }
++#endif
+