]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- gcc43 patch auto/th/CEGUI-0_6_2-1
authorarvenil <arvenil@pld-linux.org>
Thu, 16 Apr 2009 17:36:01 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    CEGUI-gcc43.patch -> 1.1
    CEGUI.spec -> 1.24

CEGUI-gcc43.patch [new file with mode: 0644]
CEGUI.spec

diff --git a/CEGUI-gcc43.patch b/CEGUI-gcc43.patch
new file mode 100644 (file)
index 0000000..0e89526
--- /dev/null
@@ -0,0 +1,10 @@
+--- CEGUI-0.6.2/RendererModules/directfbRenderer/directfb-renderer.h
++++ CEGUI-0.6.2/RendererModules/directfbRenderer/directfb-renderer.h
+@@ -28,6 +28,7 @@
+ #include "CEGUIBase.h"
+ #include <directfb.h>
++#include <algorithm>
+ #include <vector>
+ #include <list>
index 288af0ad1140cfb9c873f3395ff73571ae854534..ea414851d3bc93b3dabc2e3312e6a886eb17390c 100644 (file)
@@ -21,6 +21,7 @@ Source0:      http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}b.tar.gz
 Source1:       http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}-DOCS.tar.gz
 # Source1-md5: 5c6b54b9472ffaefc27ed4a9b8fefe25
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-gcc43.patch
 URL:           http://www.cegui.org.uk/
 BuildRequires: DevIL-devel
 BuildRequires: FreeImage-devel
@@ -99,6 +100,7 @@ Dokumentacja CEGUI.
 %prep
 %setup -q -b 1
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.10849 seconds and 4 git commands to generate.