diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-11-19 21:36:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-11-19 21:36:09 +0000 |
commit | 7fdc1932c00ecd886aa947ffa02752656f4e8211 (patch) | |
tree | 9923ef0284d8b7ca98a16d574e2da676fe0ec569 /math/gnumeric/files | |
parent | 98ab1ceee25689fc7737700662df14c93f4c2866 (diff) | |
download | ports-7fdc1932c00ecd886aa947ffa02752656f4e8211.tar.gz ports-7fdc1932c00ecd886aa947ffa02752656f4e8211.zip |
Notes
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r-- | math/gnumeric/files/patch-ba | 5 | ||||
-rw-r--r-- | math/gnumeric/files/patch-ce | 16 | ||||
-rw-r--r-- | math/gnumeric/files/patch-cg | 14 |
3 files changed, 0 insertions, 35 deletions
diff --git a/math/gnumeric/files/patch-ba b/math/gnumeric/files/patch-ba index 724d05645e8a..3447b30f39b5 100644 --- a/math/gnumeric/files/patch-ba +++ b/math/gnumeric/files/patch-ba @@ -1,10 +1,5 @@ --- Makefile.in.orig Mon Nov 13 19:56:19 2000 +++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -159,3 +159,3 @@ - --SUBDIRS = . intl po macros idl plugins src doc icons templates -+SUBDIRS = . intl po macros idl plugins src icons templates - @@ -164,3 +164,3 @@ -confexecdir = $(libdir) diff --git a/math/gnumeric/files/patch-ce b/math/gnumeric/files/patch-ce deleted file mode 100644 index 4695a5e53ac1..000000000000 --- a/math/gnumeric/files/patch-ce +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 - diff --git a/math/gnumeric/files/patch-cg b/math/gnumeric/files/patch-cg deleted file mode 100644 index 392fbded3930..000000000000 --- a/math/gnumeric/files/patch-cg +++ /dev/null @@ -1,14 +0,0 @@ ---- plugins/gb/excel-gb-interior.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-interior.c Tue Nov 14 15:13:54 2000 -@@ -16,3 +16,3 @@ - #include "parse-util.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" ---- plugins/gb/excel-gb-range.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-range.c Tue Nov 14 15:22:41 2000 -@@ -17,3 +17,3 @@ - #include "commands.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" |