summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-05-22 22:22:30 +0000
committerade <ade@FreeBSD.org>2001-05-22 22:22:30 +0000
commit6fd5c369038d754609f20eb66b41e2b66ff57588 (patch)
treeab80e33f2cac8e86c5a8c63f879f56fce2aa1be2 /math
parent31dea297311a566086de94a0bae3ece671837861 (diff)
downloadFreeBSD-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/Makefile1
-rw-r--r--math/gnumeric/files/patch-plugins::excel::ms-excel-util.c7
-rw-r--r--math/gnumeric2/Makefile1
-rw-r--r--math/gnumeric2/files/patch-plugins::excel::ms-excel-util.c7
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
+ {
OpenPOWER on IntegriCloud