diff options
author | ade <ade@FreeBSD.org> | 2001-05-22 22:22:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-22 22:22:30 +0000 |
commit | 6fd5c369038d754609f20eb66b41e2b66ff57588 (patch) | |
tree | ab80e33f2cac8e86c5a8c63f879f56fce2aa1be2 /math | |
parent | 31dea297311a566086de94a0bae3ece671837861 (diff) | |
download | FreeBSD-ports-6fd5c369038d754609f20eb66b41e2b66ff57588.zip FreeBSD-ports-6fd5c369038d754609f20eb66b41e2b66ff57588.tar.gz |
Fix compilation problem when other iconv-type ports are installed.
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric/files/patch-plugins::excel::ms-excel-util.c | 7 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::excel::ms-excel-util.c | 7 |
4 files changed, 16 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 + { diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 4168474..9440ef8 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/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/gnumeric2/files/patch-plugins::excel::ms-excel-util.c b/math/gnumeric2/files/patch-plugins::excel::ms-excel-util.c new file mode 100644 index 0000000..84d90e3 --- /dev/null +++ b/math/gnumeric2/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 + { |