$OpenBSD: patch-interfaces_cc_aspell_h,v 1.1 2017/04/17 21:19:22 sthen Exp $

fix with clang; from https://svnweb.freebsd.org/ports?view=revision&revision=343830

should be obsoleted by upstream patch targetted for 0.60.7
https://github.com/GNUAspell/aspell/commit/502e8f99a9c7c63344f5acdcb96ddecd30ee32f1

--- interfaces/cc/aspell.h.orig	Sat Jul  2 22:53:27 2011
+++ interfaces/cc/aspell.h	Mon Apr 17 22:05:44 2017
@@ -236,7 +236,7 @@ void delete_aspell_can_have_error(struct AspellCanHave
 
 /******************************** errors ********************************/
 
-
+#ifndef ASPELL_ERRORS__HPP
 extern const struct AspellErrorInfo * const aerror_other;
 extern const struct AspellErrorInfo * const aerror_operation_not_supported;
 extern const struct AspellErrorInfo * const   aerror_cant_copy;
@@ -322,7 +322,7 @@ extern const struct AspellErrorInfo * const   aerror_m
 extern const struct AspellErrorInfo * const   aerror_bad_magic;
 extern const struct AspellErrorInfo * const aerror_expression;
 extern const struct AspellErrorInfo * const   aerror_invalid_expression;
-
+#endif
 
 /******************************* speller *******************************/
 
