Date: Fri, 26 Jan 2018 22:53:36 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460058 - head/news/golded+/files Message-ID: <201801262253.w0QMraoD055858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Fri Jan 26 22:53:35 2018 New Revision: 460058 URL: https://svnweb.freebsd.org/changeset/ports/460058 Log: Unbreak Clang 6 build. Added: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx (contents, props changed) Added: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx Fri Jan 26 22:53:35 2018 (r460058) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801262253.w0QMraoD055858>