pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/kasumi



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 17:33:41 UTC 2025

Modified Files:
        pkgsrc/inputmethod/kasumi: Makefile

Log Message:
kasumi: Fix build with GCC 12.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/inputmethod/kasumi/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/kasumi/Makefile
diff -u pkgsrc/inputmethod/kasumi/Makefile:1.54 pkgsrc/inputmethod/kasumi/Makefile:1.55
--- pkgsrc/inputmethod/kasumi/Makefile:1.54     Thu Oct 23 20:37:59 2025
+++ pkgsrc/inputmethod/kasumi/Makefile  Wed Dec 17 17:33:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2025/10/23 20:37:59 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2025/12/17 17:33:41 nia Exp $
 
 DISTNAME=      kasumi-2.5
 PKGREVISION=   44
@@ -16,6 +16,8 @@ USE_PKGLOCALEDIR=     yes
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 
+FORCE_CXX_STD=         gnu++98
+
 BUILDLINK_API_DEPENDS.anthy+=  anthy>=6520
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6
 



Home | Main Index | Thread Index | Old Index