SHA256
1
0
forked from pool/marble
marble/fix-libastro-version-tagging.diff
Raymond Wooninck 2b4a89f746 Accepting request 337480 from home:alarrosa:branches:KDE:Applications
- 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
2015-10-11 08:13:22 +00:00

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