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: riastradh
Date: Tue Jan 28 16:22:55 UTC 2025
Modified Files:
pkgsrc/inputmethod/ibus-qt: Makefile
Log Message:
inputmethod/ibus-qt: Try the ICU C++17 suppression hack.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/inputmethod/ibus-qt/Makefile:1.77
--- pkgsrc/inputmethod/ibus-qt/Makefile:1.76 Thu Nov 14 22:20:24 2024
+++ pkgsrc/inputmethod/ibus-qt/Makefile Tue Jan 28 16:22:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/11/14 22:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2025/01/28 16:22:55 riastradh Exp $
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -16,6 +16,10 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
+# XXX Workaround for icu-76 whose header files require C++17 unless you
+# define U_HIDE_DRAFT_API. pkg/59028: qt5-qtwebkit doesn't build
+CXXFLAGS+= -DU_HIDE_DRAFT_API
+
TOOL_DEPENDS+= doxygen>=1.6:../../devel/doxygen
# avoid lib64
Home |
Main Index |
Thread Index |
Old Index