$OpenBSD: patch-src_lib_fcitx-utils_utils_h,v 1.1.1.1 2017/11/28 02:56:56 kevlo Exp $

Index: src/lib/fcitx-utils/utils.h
--- src/lib/fcitx-utils/utils.h.orig
+++ src/lib/fcitx-utils/utils.h
@@ -82,6 +82,10 @@ typedef int32_t boolean;
 #define false (0)
 #endif
 
+#ifndef RTLD_NODELETE
+#define RTLD_NODELETE 0
+#endif
+
 #define FCITX_INT_LEN ((int)(sizeof(int) * 2.5) + 2)
 #define FCITX_LONG_LEN ((int)(sizeof(long) * 2.5) + 2)
 #define FCITX_INT32_LEN (22)
