diff options
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric/files/patch-plugins::excel::ms-excel-util.c | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 4168474..9440ef8 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnumeric PORTVERSION= 0.65 +PORTREVISION= 1 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric diff --git a/math/gnumeric/files/patch-plugins::excel::ms-excel-util.c b/math/gnumeric/files/patch-plugins::excel::ms-excel-util.c new file mode 100644 index 0000000..84d90e3 --- /dev/null +++ b/math/gnumeric/files/patch-plugins::excel::ms-excel-util.c @@ -0,0 +1,7 @@ +--- plugins/excel/ms-excel-util.c.orig Mon May 7 18:58:07 2001 ++++ plugins/excel/ms-excel-util.c Tue May 22 17:03:18 2001 +@@ -383,3 +383,3 @@ + charset = nl_langinfo (CODESET); +-#elif ++#else + { |