Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix missing RuneLocale on FreeBSD. #577

Merged
merged 2 commits into from
Mar 26, 2015
Merged

Conversation

josteink
Copy link
Member

Without this patch the build breaks with errors like this:

/usr/include/xlocale/_ctype.h:52:1: error: unknown type name '_RuneLocale'
_RuneLocale     *__runes_for_locale(locale_t, int*);
^

Without this patch the build breaks with errors like this:

    /usr/include/xlocale/_ctype.h:52:1: error: unknown type name '_RuneLocale'
    _RuneLocale     *__runes_for_locale(locale_t, int*);
    ^
@kangaroo
Copy link

@josteink Rather than wrapping this in FreeBSD can you add a cmake check for the header, and guard it against that? Will be more portable to other BSDs that way.

@josteink
Copy link
Member Author

Fair enough. Consider it done.

@josteink
Copy link
Member Author

Thanks for the feedback so far. I think that should address all remaining concerns.

@kangaroo
Copy link

Thanks! LGTM

@jkotas
Copy link
Member

jkotas commented Mar 26, 2015

LGTM

jkotas added a commit that referenced this pull request Mar 26, 2015
Fix missing RuneLocale on FreeBSD.
@jkotas jkotas merged commit a5a8892 into dotnet:master Mar 26, 2015
@josteink josteink deleted the runelocale branch March 26, 2015 14:25
@richlander richlander added the os-freebsd FreeBSD OS label Apr 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
os-freebsd FreeBSD OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants