summaryrefslogtreecommitdiff
path: root/inputmethod/librime/patches/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/librime/patches/patch-CMakeLists.txt')
-rw-r--r--inputmethod/librime/patches/patch-CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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}")