Skip to content

Commit

Permalink
textproc/nuspell: Add DragonFly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zrj-rimwis committed May 13, 2019
1 parent d189ba6 commit 4052561
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/nuspell/locale_utils.cxx.orig 2019-03-19 14:18:46 UTC
+++ src/nuspell/locale_utils.cxx
@@ -33,7 +33,7 @@
#include <intrin.h>
#endif

-#if !defined(_WIN32) && !defined(__FreeBSD__)
+#if !defined(_WIN32) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#if !defined(__STDC_ISO_10646__) || defined(__STDC_MB_MIGHT_NEQ_WC__)
#error "Platform has poor Unicode support. wchar_t must be Unicode."
#endif

0 comments on commit 4052561

Please sign in to comment.