ports/math/gnumeric2/files/patch-plugins::excel::ms-excel-util.c
Ade Lovett d2e53511fc Fix compilation problem when other iconv-type ports are installed.
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-05-22 22:22:30 +00:00

7 lines
196 B
C

--- 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
{