![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / qt6-qtbase / patches / patch-src_corelib_io_qstorageinfo_unix.cpp (download)
Revision 1.1, Thu Nov 24 11:11:38 2022 UTC (2 months, 1 week ago) by nros
Add qt6-qtbase version 6.4.1 to pkgsrc-current Qt6-qtbase is version 6 of the qtbase package of the Qt C++ GUI framework. This commit also adds qt6 meta-package needed for versioning and to be filled with more packages. |
$NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.1 2022/11/24 11:11:38 nros Exp $ * fix build on SunOS --- src/corelib/io/qstorageinfo_unix.cpp.orig 2015-10-13 04:35:31 UTC +++ src/corelib/io/qstorageinfo_unix.cpp @@ -87,7 +87,7 @@ # if !defined(ST_RDONLY) # define ST_RDONLY 1 // hack for missing define on Android # endif -#elif defined(Q_OS_HAIKU) +#elif defined(Q_OS_HAIKU) || defined(Q_OS_SOLARIS) # define QT_STATFSBUF struct statvfs # define QT_STATFS ::statvfs #else