forked from pool/marble
2b4a89f746
- Add fix-libastro-version-tagging.diff to declare QT_NO_VERSION_TAGGING so that libastro doesn't contain an undefined symbol to qt_version_tag OBS-URL: https://build.opensuse.org/request/show/337480 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/marble?expand=0&rev=57
14 lines
386 B
Diff
14 lines
386 B
Diff
Index: marble-15.08.1/src/lib/astro/astrolib_export.h
|
|
===================================================================
|
|
--- marble-15.08.1.orig/src/lib/astro/astrolib_export.h
|
|
+++ marble-15.08.1/src/lib/astro/astrolib_export.h
|
|
@@ -11,6 +11,8 @@
|
|
#ifndef ASTROLIB_EXPORT_H
|
|
#define ASTROLIB_EXPORT_H
|
|
|
|
+#define QT_NO_VERSION_TAGGING 1
|
|
+
|
|
#include <QtGlobal>
|
|
|
|
#ifndef ASTROLIB_EXPORT
|