Remove the RTLD_NODELETE patch, from Brad and semarie@

This commit is contained in:
kevlo 2021-06-08 02:21:54 +00:00
parent f435a9663a
commit 95358be158
2 changed files with 2 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2020/08/27 00:59:48 kevlo Exp $
# $OpenBSD: Makefile,v 1.16 2021/06/08 02:21:54 kevlo Exp $
COMMENT-main = flexible input method framework
COMMENT-gtk3 = fcitx for GTK+3
@ -7,6 +7,7 @@ V = 4.2.9.8
DISTNAME = fcitx-$V
PKGNAME-main = ${PKGNAME}
PKGNAME-gtk3 = fcitx-gtk3-$V
REVISION-main = 0
SHARED_LIBS += fcitx-config 0.0 # 4.1
SHARED_LIBS += fcitx-core 0.1 # 0.3

View File

@ -1,16 +0,0 @@
$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)