pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/uim



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 10:01:48 UTC 2024

Modified Files:
        pkgsrc/inputmethod/uim: Makefile

Log Message:
uim: Needs -std=gnu++11 for alloca


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/inputmethod/uim/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/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.187 pkgsrc/inputmethod/uim/Makefile:1.188
--- pkgsrc/inputmethod/uim/Makefile:1.187       Wed May 29 16:33:12 2024
+++ pkgsrc/inputmethod/uim/Makefile     Sun Jul  7 10:01:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2024/05/29 16:33:12 adam Exp $
+# $NetBSD: Makefile,v 1.188 2024/07/07 10:01:48 nia Exp $
 
 PKGREVISION= 11
 .include "../../inputmethod/uim/Makefile.common"
@@ -19,7 +19,11 @@ BUILDLINK_TRANSFORM+=        opt:-O2:-O1
 USE_TOOLS+=    gmake pkg-config
 USE_TOOLS+=    intltool msgfmt msgmerge xgettext
 USE_TOOLS+=    autopoint
-USE_LANGUAGES= c99 c++11
+USE_LANGUAGES= c c++
+
+# alloca
+FORCE_C_STD=   gnu99
+FORCE_CXX_STD= gnu++11
 
 # Avoid finding mono tool and breaking.
 MAKE_FLAGS+=   CSI=



Home | Main Index | Thread Index | Old Index