diff options
author | fjoe <fjoe@FreeBSD.org> | 2018-01-27 06:53:35 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2018-01-27 06:53:35 +0800 |
commit | 754eaf49e338b7cf70b249b7c50bffbe616cc888 (patch) | |
tree | b3f02b915dbaab3b869713f0f5121876c93826c1 /news | |
parent | ed8fd5bb77a570ea536b8ebc7d9a41ff89756938 (diff) | |
download | freebsd-ports-graphics-754eaf49e338b7cf70b249b7c50bffbe616cc888.tar.gz freebsd-ports-graphics-754eaf49e338b7cf70b249b7c50bffbe616cc888.tar.zst freebsd-ports-graphics-754eaf49e338b7cf70b249b7c50bffbe616cc888.zip |
Unbreak Clang 6 build.
Diffstat (limited to 'news')
-rw-r--r-- | news/golded+/files/patch-goldlib-hunspell-affentry.hxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/news/golded+/files/patch-goldlib-hunspell-affentry.hxx b/news/golded+/files/patch-goldlib-hunspell-affentry.hxx new file mode 100644 index 00000000000..c342dd4212a --- /dev/null +++ b/news/golded+/files/patch-goldlib-hunspell-affentry.hxx @@ -0,0 +1,20 @@ +--- goldlib/hunspell/affentry.hxx.orig 2018-01-26 22:46:50.173607000 +0000 ++++ goldlib/hunspell/affentry.hxx 2018-01-26 22:47:27.023128000 +0000 +@@ -25,7 +25,7 @@ + struct hentry * check(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); + + char * check_morph(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); +@@ -86,7 +86,7 @@ + AffEntry* ppfx, char ** wlst, int maxSug, int * ns, + const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = 0); + + char * check_twosfx_morph(const char * word, int len, int optflags, + AffEntry* ppfx, const FLAG needflag = FLAG_NULL); |