summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-25 22:29:15 +0000
committertnn <tnn@pkgsrc.org>2022-04-25 22:29:15 +0000
commite4ea080243506203a2bd815da25582dac92df555 (patch)
tree013564ddd189695c490c77ec530e188ec15acff6 /inputmethod
parentd2f508936920630b46d50fce9a82f5b787e3b8d7 (diff)
downloadpkgsrc-e4ea080243506203a2bd815da25582dac92df555.tar.gz
librime: install pkg-config file on SunOS too
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/librime/distinfo4
-rw-r--r--inputmethod/librime/patches/patch-CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/librime/distinfo b/inputmethod/librime/distinfo
index c2d2e2b1301..7757b917dac 100644
--- a/inputmethod/librime/distinfo
+++ b/inputmethod/librime/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:49:37 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/04/25 22:29:15 tnn Exp $
BLAKE2s (librime-1.7.2.tar.gz) = 9d5a3ac67c7c3019196e9c18f847e2b8ae92c0c949a3ba71cf60a5bb6758c2f6
SHA512 (librime-1.7.2.tar.gz) = 213f14b2f3e09fd93dffe2b6ce0d4a2651f1759c3df2929885ec6a3e036f343f1d07127a82a22378bd95677a5a45395d6bb7d884e12d40a3a160d0e9ef24a6ba
Size (librime-1.7.2.tar.gz) = 2859403 bytes
-SHA1 (patch-CMakeLists.txt) = 7f2b03ae0451a14fa587cf8089a5021b1149ea14
+SHA1 (patch-CMakeLists.txt) = 930aafc5967ae962f6fd70aa76f0b962107a8b7f
SHA1 (patch-plugins_CMakeLists.txt) = ab0b528c0a9219c52d0a8ca596209799db9de14a
SHA1 (patch-src_rime_gear_memory.cc) = aba74cf976cb934362d5fcb8eea53751878f2d9f
diff --git a/inputmethod/librime/patches/patch-CMakeLists.txt b/inputmethod/librime/patches/patch-CMakeLists.txt
index 435cef9face..af55153406c 100644
--- a/inputmethod/librime/patches/patch-CMakeLists.txt
+++ b/inputmethod/librime/patches/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2021/02/20 20:53:01 ryoon Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2022/04/25 22:29:15 tnn Exp $
* Install pkg-config pc file for more platforms.
@@ -9,7 +9,7 @@ $NetBSD: patch-CMakeLists.txt,v 1.3 2021/02/20 20:53:01 ryoon Exp $
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
-if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU")
-+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU|NetBSD|OpenBSD")
++if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU|NetBSD|OpenBSD|SunOS")
set(prefix "${CMAKE_INSTALL_PREFIX}")
set(exec_prefix "${CMAKE_INSTALL_PREFIX}")
set(bindir "${CMAKE_INSTALL_FULL_BINDIR}")