openbsd-ports/inputmethods/scim-pinyin/patches/patch-src_scim_pinyin_phrase_cpp
2022-03-11 19:24:07 +00:00

15 lines
320 B
Plaintext

Add missing header for ports-gcc
Index: src/scim_pinyin_phrase.cpp
--- src/scim_pinyin_phrase.cpp.orig
+++ src/scim_pinyin_phrase.cpp
@@ -26,6 +26,8 @@
#define Uses_SCIM_CONFIG_PATH
#define Uses_SCIM_LOOKUP_TABLE
+#include <string.h>
+
#include <scim.h>
#include "scim_pinyin_private.h"
#include "scim_phrase.h"