]> git.pld-linux.org Git - packages/atanks.git/commitdiff
- fix mkdir() function problem auto/th/atanks-4_5-1
authorlisu <lisu@pld-linux.org>
Thu, 13 May 2010 15:02:25 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atanks-mkdir.patch -> 1.1
    atanks.spec -> 1.27

atanks-mkdir.patch [new file with mode: 0644]
atanks.spec

diff --git a/atanks-mkdir.patch b/atanks-mkdir.patch
new file mode 100644 (file)
index 0000000..f01babe
--- /dev/null
@@ -0,0 +1,12 @@
+--- atanks-4.5/src/files.cpp~  2010-03-05 16:46:10.000000000 +0100
++++ atanks-4.5/src/files.cpp   2010-05-13 16:59:55.171342418 +0200
+@@ -3,9 +3,7 @@
+ #include <string.h>
+ #include <dirent.h>
+-#ifdef MACOSX
+ #include <sys/stat.h>
+-#endif
+ #include "player.h"
+ #include "files.h"
index af3316eb4b50e08730fb64b8f3b608c0354ded1a..9e4568ed41cab4c0685a4c32238182a2e44e1abb 100644 (file)
@@ -11,6 +11,7 @@ Source0:      http://downloads.sourceforge.net/atanks/%{name}-%{version}.tar.gz
 Patch0:                %{name}-flags.patch
 Patch1:                %{name}-install.patch
 Patch2:                %{name}-desktop.patch
+Patch3:                %{name}-mkdir.patch
 URL:           http://atanks.sourceforge.net/
 BuildRequires: allegro-devel >= 4.4.0
 BuildRequires: libstdc++-devel
@@ -36,6 +37,7 @@ teleporty i inne.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__make} \
This page took 0.275699 seconds and 4 git commands to generate.