diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-22 22:22:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-22 22:22:30 +0000 |
commit | d2e53511fc129ec150773c674fd330f8d5b43747 (patch) | |
tree | 0ca969b61bd208a136fcc14eff5c7805e9aef5bc /math/gnumeric | |
parent | Update to 0.2.3 (diff) |
Fix compilation problem when other iconv-type ports are installed.
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes:
svn path=/head/; revision=42945
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 416847412bcc..9440ef800024 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 000000000000..84d90e338e6f --- /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 + { |