Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
M17N
kakasi
kakasi-gcc14-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kakasi-gcc14-fix.patch of Package kakasi
--- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/configure.in +++ b/configure.in @@ -85,7 +85,7 @@ AS_VAR_IF(utf8, "yes",[ LIBS="$LIBICONV $LIBS" AC_DEFINE(KAKASI_SUPPORT_UTF8, 1, [KAKASI_SUPPORT_UTF8]) AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <iconv.h>], - [if (iconv_open("EUC-JP", "UTF-8") == -1) exit(1);])], + [if (iconv_open("EUC-JP", "UTF-8") == -1) return 1;])], [], [AC_MSG_ERROR([can not use EUC-JP or UTF-8 encoding on iconv])]) ])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor