]> git.pld-linux.org Git - packages/earth3d.git/commitdiff
- missing headers for g++
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Jun 2011 08:21:36 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    earth3d.spec -> 1.2
    gcc.patch -> 1.1

earth3d.spec
gcc.patch [new file with mode: 0644]

index be3ced81172f994b5ab70e9dff1c615561dca595..2d56cd89d83aed5d84c0cccd619e58e476ceded2 100644 (file)
@@ -6,6 +6,7 @@ License:        GPL v2
 Group:         Applications/Graphics
 Source0:       http://downloads.sourceforge.net/earth3d/%{name}_client-%{version}-src.tar.bz2
 # Source0-md5: d273437a473f66401b01acf7521808c3
+Patch0:                gcc.patch
 URL:           http://www.earth3d.org/
 BuildRequires: ImageMagick-devel
 BuildRequires: qt-devel
@@ -17,6 +18,7 @@ display recent satellite images and map data.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 export QTDIR=/usr
diff --git a/gcc.patch b/gcc.patch
new file mode 100644 (file)
index 0000000..3d38738
--- /dev/null
+++ b/gcc.patch
@@ -0,0 +1,10 @@
+--- earth3d/listViewServiceItem.cpp~   2005-08-20 06:44:35.000000000 +0300
++++ earth3d/listViewServiceItem.cpp    2011-06-23 11:20:34.264065874 +0300
+@@ -1,6 +1,7 @@
+ #include "listViewServiceItem.h"
+ #include <qdom.h>
+ #include <qpixmap.h>
++#include <stdlib.h>
+ ListViewServiceItem::ListViewServiceItem ( QListViewItem *parent, QListViewItem *after, QDomNode text, const char *connection, const char *sender, int countParts, struct part_t *parts, ConnectNetworkService *cns, QString form )
+   : QListViewItem(parent, after) {
This page took 0.076694 seconds and 4 git commands to generate.