ports/textproc/uim/files/patch-uim_uim.h
MANTANI Nobutaka 0ee99c6851 - Fix build error when lang/mono is installed.
- Regenerate patches to pet portlint.

PR:		229674
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2018-07-12 14:42:04 +00:00

11 lines
188 B
C

--- uim/uim.h.orig 2017-08-14 00:07:27 UTC
+++ uim/uim.h
@@ -531,7 +531,7 @@ struct uim_code_converter {
*
* @return 0 on success, otherwise -1
*/
-int
+long
uim_init(void);
/**