forked from pool/marble
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
This commit is contained in:
parent
8375f3fdbf
commit
2b4a89f746
13
fix-libastro-version-tagging.diff
Normal file
13
fix-libastro-version-tagging.diff
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 13:39:41 UTC 2015 - alarrosa@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 13 19:43:47 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -25,6 +25,8 @@ License: LGPL-2.1+
|
||||
Group: Amusements/Teaching/Other
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE fix-libastro-version-tagging.diff alarrosa@suse.com -- Declare QT_NO_VERSION_TAGGING
|
||||
Patch0: fix-libastro-version-tagging.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gpsd-devel
|
||||
BuildRequires: perl
|
||||
@ -131,6 +133,7 @@ The Astronomy shared library for the MarbleWidget shared library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user