rpms/atanks/devel atanks-4.2-mkdir.patch, NONE, 1.1 atanks.spec, 1.17, 1.18

Jon Ciesla limb at fedoraproject.org
Thu Jan 14 16:42:43 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/atanks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31730

Modified Files:
	atanks.spec 
Added Files:
	atanks-4.2-mkdir.patch 
Log Message:
Still need sys/stat.h, even though we're not on a Mac. . .


atanks-4.2-mkdir.patch:
 files.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE atanks-4.2-mkdir.patch ---
--- src/files.cpp~	2009-11-09 11:15:42.000000000 -0600
+++ src/files.cpp	2010-01-14 10:19:41.842901958 -0600
@@ -6 +6 @@
-#ifdef MACOSX
+//#ifdef MACOSX
@@ -8 +8 @@
-#endif
+//#endif


Index: atanks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atanks/devel/atanks.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- atanks.spec	14 Jan 2010 16:02:20 -0000	1.17
+++ atanks.spec	14 Jan 2010 16:42:43 -0000	1.18
@@ -9,6 +9,7 @@ URL:            http://atanks.sourceforg
 Source0:        http://download.sourceforge.net/atanks/atanks-%{version}.tar.gz
 Source1:	atanks.sh
 #Patch0:		atanks-4.1-nothreads.patch
+Patch1:		atanks-4.2-mkdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, desktop-file-utils, glibc-headers
@@ -25,6 +26,7 @@ is the winner.
 %setup -q
 
 #%patch0 -p1
+%patch1 -p0
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}



More information about the scm-commits mailing list