pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-table-chinese
Module Name: pkgsrc
Committed By: nia
Date: Tue May 24 12:58:54 UTC 2022
Modified Files:
pkgsrc/inputmethod/ibus-table-chinese: Makefile
Log Message:
ibus-table-chinese: Fix typo. Use OPSYS_VERSION.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/ibus-table-chinese/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/ibus-table-chinese/Makefile
diff -u pkgsrc/inputmethod/ibus-table-chinese/Makefile:1.14 pkgsrc/inputmethod/ibus-table-chinese/Makefile:1.15
--- pkgsrc/inputmethod/ibus-table-chinese/Makefile:1.14 Wed Aug 16 21:22:13 2017
+++ pkgsrc/inputmethod/ibus-table-chinese/Makefile Tue May 24 12:58:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/16 21:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/24 12:58:54 nia Exp $
#
DISTNAME= ibus-table-chinese-1.8.2
@@ -17,12 +17,12 @@ USE_TOOLS+= pkg-config
BUILD_DEPENDS+= cmake-fedora>=2.0:../../devel/cmake-fedora
# iconv: unexpected end of file; the last character is incomplete.
-MAKE_JOBS_SAFE= noo
+MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
# Illegal byte sequence in array30_ExtB.txt
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 050000
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
CMAKE_ARGS+= -DICONV_CMD:PATH=${LOCALBASE}/bin/iconv
.endif
Home |
Main Index |
Thread Index |
Old Index