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:   wiz
Date:           Mon May 29 16:31:06 UTC 2023

Modified Files:
        pkgsrc/inputmethod/uim: Makefile

Log Message:
uim: select c++11 to try fixing build on NetBSD 9


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 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.178 pkgsrc/inputmethod/uim/Makefile:1.179
--- pkgsrc/inputmethod/uim/Makefile:1.178       Mon May 22 21:00:35 2023
+++ pkgsrc/inputmethod/uim/Makefile     Mon May 29 16:31:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2023/05/22 21:00:35 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2023/05/29 16:31:06 wiz Exp $
 
 PKGREVISION= 3
 .include "../../inputmethod/uim/Makefile.common"
@@ -19,7 +19,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O1
 USE_TOOLS+=    gmake pkg-config
 USE_TOOLS+=    intltool msgfmt msgmerge xgettext
 USE_TOOLS+=    autopoint
-USE_LANGUAGES= c99 gnu++03
+USE_LANGUAGES= c99 c++11
 
 # Avoid finding mono tool and breaking.
 MAKE_FLAGS+=   CSI=



Home | Main Index | Thread Index | Old Index