adding gcc43-memcpy-qgis-0.9.1.patch

This commit is contained in:
Douglas E. Warner 2008-02-18 20:13:11 +00:00
parent 79f8e1d21d
commit d11c840ff7
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -ruN qgis-0.9.1/src/core/spatialindex/include/Tools.h qgis-0.9.1-new/src/core/spatialindex/include/Tools.h
--- qgis-0.9.1/src/core/spatialindex/include/Tools.h 2007-09-27 15:41:16.000000000 -0400
+++ qgis-0.9.1-new/src/core/spatialindex/include/Tools.h 2008-02-18 15:11:48.000000000 -0500
@@ -43,6 +43,7 @@
#include <algorithm>
#include <cmath>
#include <climits>
+#include <cstring>
#if TIME_WITH_SYS_TIME
#include <sys/time.h>

View File

@ -14,6 +14,7 @@ Source1: %{name}.desktop
Patch0: python-site-packages-dir-0.9.1.patch
Patch1: gcc43-INT_MAX-qgis-0.9.1.patch
Patch2: gcc43-duplicate_function_param-qgis-0.9.1.patch
Patch3: gcc43-memcpy-qgis-0.9.1.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: sip
@ -85,6 +86,7 @@ Addtional theme for qgis - nkids
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
@ -214,6 +216,7 @@ desktop-file-install --vendor="fedora" \
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-4
- adding gcc43-INT_MAX-qgis-0.9.1.patch
- adding gcc43-duplicate_function_param-qgis-0.9.1.patch
- adding gcc43-memcpy-qgis-0.9.1.patch
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-3
- adding Requires sip, PyQt4 for python bindings support