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: Tue Feb 18 09:40:58 UTC 2025
Modified Files:
pkgsrc/inputmethod/ibus-qt: Makefile
Log Message:
ibus-qt: try forcing c++17
to fix build on NetBSD 10
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 pkgsrc/inputmethod/ibus-qt/Makefile:1.79
--- pkgsrc/inputmethod/ibus-qt/Makefile:1.78 Sat Feb 8 12:15:21 2025
+++ pkgsrc/inputmethod/ibus-qt/Makefile Tue Feb 18 09:40:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2025/02/08 12:15:21 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2025/02/18 09:40:58 wiz Exp $
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_CXX_FEATURES= c++17
+FORCE_CXX_STD= c++17
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index