pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  8 12:15:21 UTC 2025

Modified Files:
        pkgsrc/inputmethod/ibus-qt: Makefile

Log Message:
ibus-qt: set c++ features to c++17

This uses icu, which needs c++17. Hopefully fixes build on NetBSD 10.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/inputmethod/ibus-qt/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/ibus-qt/Makefile
diff -u pkgsrc/inputmethod/ibus-qt/Makefile:1.77 pkgsrc/inputmethod/ibus-qt/Makefile:1.78
--- pkgsrc/inputmethod/ibus-qt/Makefile:1.77    Tue Jan 28 16:22:55 2025
+++ pkgsrc/inputmethod/ibus-qt/Makefile Sat Feb  8 12:15:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2025/01/28 16:22:55 riastradh Exp $
+# $NetBSD: Makefile,v 1.78 2025/02/08 12:15:21 wiz Exp $
 
 DISTNAME=      ibus-qt-1.3.3-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
@@ -13,6 +13,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++17
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index