HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/emulators/qmc2/files/patch-qmc2_imagechecker.cpp
Workaround where the LZMA headers #define False 0, while
parts of QtCore (the new qcborflags?) use False as an identifier.
--- qmc2/imagechecker.cpp.orig	2016-09-04 14:08:00 UTC
+++ qmc2/imagechecker.cpp
@@ -1,3 +1,4 @@
+#include <QtCore/QtCore>
 #include <QFileDialog>
 #include <QTest>
 #include <QMap>