From 849f7356bb9c06fc48c36f20ea1070b1a980ed09 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 13 Nov 2007 21:19:45 +0000 Subject: only defines std::FILE, not FILE. Noticed on Solaris 10. --- textproc/enchant/patches/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 textproc/enchant/patches/patch-aa (limited to 'textproc/enchant/patches/patch-aa') diff --git a/textproc/enchant/patches/patch-aa b/textproc/enchant/patches/patch-aa new file mode 100644 index 00000000000..ccde65723cd --- /dev/null +++ b/textproc/enchant/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2007/11/13 21:19:45 rillig Exp $ + + does not declare FILE, it only declares std::FILE. + +--- src/myspell/affixmgr.hxx.orig 2006-01-12 23:51:52.000000000 +0100 ++++ src/myspell/affixmgr.hxx 2007-11-13 21:44:53.000000000 +0100 +@@ -2,7 +2,7 @@ + #define _AFFIXMGR_HXX_ + #include + #include +-#include ++#include + + #include "atypes.hxx" + #include "baseaffix.hxx" -- cgit v1.2.3