pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/kimera



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Feb 14 17:35:43 UTC 2023

Modified Files:
        pkgsrc/inputmethod/kimera: Makefile

Log Message:
inputmethod/kimera: USE_LANGUAGES+= gnu++03.

Also remove -std=c++98, because this program uses alloca().

This makes it build again for NetBSD/macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/inputmethod/kimera/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/kimera/Makefile
diff -u pkgsrc/inputmethod/kimera/Makefile:1.32 pkgsrc/inputmethod/kimera/Makefile:1.33
--- pkgsrc/inputmethod/kimera/Makefile:1.32     Sun Jan 29 21:16:55 2023
+++ pkgsrc/inputmethod/kimera/Makefile  Tue Feb 14 17:35:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/01/29 21:16:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2023/02/14 17:35:43 he Exp $
 #
 
 DISTNAME=      kimera-2.11
@@ -11,7 +11,9 @@ HOMEPAGE=     http://kimera.osdn.jp/
 COMMENT=       Kanji Input MEthod for RAgamuffins
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES= c++
+USE_LANGUAGES= gnu++03
+
+BUILDLINK_TRANSFORM+=  rm:-std=c++98
 
 INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
 



Home | Main Index | Thread Index | Old Index