pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/fcitx5-kkc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 28 15:56:13 UTC 2023

Modified Files:
        pkgsrc/inputmethod/fcitx5-kkc: Makefile

Log Message:
fcitx5-kkc: try bumping c++ requirement to c++11

Still trying to guess a fix for
error: 'underlying_type_t' is not a member of 'std'


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/fcitx5-kkc/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/fcitx5-kkc/Makefile
diff -u pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.11 pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.12
--- pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.11 Mon May 22 21:00:34 2023
+++ pkgsrc/inputmethod/fcitx5-kkc/Makefile      Sun May 28 15:56:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/05/22 21:00:34 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/28 15:56:13 wiz Exp $
 
 DISTNAME=      fcitx5-kkc-5.0.4
 PKGREVISION=   8
@@ -22,7 +22,7 @@ DEPENDS+=     libkkc-data-[0-9]*:../../misc/
 
 USE_CMAKE=             yes
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_TOOLS+=            pkg-config
 
 .include "../../converters/libkkc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index