[blender/f14/master] Largefile support on 32-bit again (#685ß22)

Jochen Schmitt s4504kr at fedoraproject.org
Mon Apr 4 19:00:08 UTC 2011


commit 0ec586d933c4f5e9a7b192cd2d59eaa2f32a6690
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Mon Apr 4 21:00:06 2011 +0200

    Largefile support on 32-bit again (#685ß22)

 blender-2.49.config |    1 +
 blender.spec        |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/blender-2.49.config b/blender-2.49.config
index 0fd51fb..b99b8a1 100644
--- a/blender-2.49.config
+++ b/blender-2.49.config
@@ -125,6 +125,7 @@ CFLAGS += '${RPM_OPT_FLAGS}'
 
 CPPFLAGS = ['-DXP_UNIX']
 # CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
+CXXFLAGS = ['-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64']
 REL_CFLAGS = ['-O2']
 REL_CCFLAGS = ['-O2']
 ##BF_DEPEND = 'true'
diff --git a/blender.spec b/blender.spec
index 34a812e..423ee6c 100644
--- a/blender.spec
+++ b/blender.spec
@@ -5,7 +5,7 @@
 
 Name:           blender
 Version:        2.49b
-Release: 	11%{?dist}
+Release: 	12%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -253,6 +253,9 @@ fi || :
 %{_bindir}/blenderplayer.bin
 
 %changelog
+* Mon Apr  4 2011 Jochen Schmitt <Jochen herr-schmitt de> 2.49b-12
+- Largefile support on 32-bit again (#685ß22)
+
 * Mon Feb 07 2011 Paulo Roma <roma at lcg.ufrj.br> - 2.49b-11
 - Rebuilt without linking to libgettextlib (bugzilla #650471).
 


More information about the scm-commits mailing list