SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: autotests/klocaletest.cpp
--- autotests/klocaletest.cpp.orig
+++ autotests/klocaletest.cpp
@@ -1202,7 +1202,7 @@ KLocaleTest::formatByteSize()
QCOMPARE(locale.formatByteSize(5000000), QString("4.8 MiB"));
QCOMPARE(locale.formatByteSize(50000000), QString("47.7 MiB"));
QCOMPARE(locale.formatByteSize(500000000), QString("476.8 MiB"));
-#if (__WORDSIZE == 64) || defined (_LP64) || defined(__LP64__) || defined(__ILP64__)
+#if defined (_LP64) || defined(__LP64__) || defined(__ILP64__)
QCOMPARE(locale.formatByteSize(5000000000), QString("4.7 GiB"));
QCOMPARE(locale.formatByteSize(50000000000), QString("46.6 GiB"));
QCOMPARE(locale.formatByteSize(500000000000), QString("465.7 GiB"));