--- SConstruct.orig	2010-11-14 15:09:16.000000000 +0100
+++ SConstruct	2010-11-14 15:09:36.000000000 +0100
@@ -143,18 +143,6 @@
     #env.Replace (PATH = user_options_dict['PATH'])
     #env.Replace (AR = user_options_dict['AR'])
 
-    # Large File Support
-    if not BV.IsReenter(AdjustConfigOptions):
-        if BV.IsSConsLE_0_96(env):
-            # :TRICKY: nobody but me uses so old scons, so I do it straight
-            dict = { 'CPPDEFINES': ['_LARGEFILE_SOURCE', ('_FILE_OFFSET_BITS', '64')] }
-        else:
-            dict = BV.ParseFlagsForCommand('getconf LFS_CFLAGS', 1)
-            dict.update(BV.ParseFlagsForCommand('getconf LFS_LDFLAGS'))
-            dict.update(BV.ParseFlagsForCommand('getconf LFS_LIBS'))
-        AdjustConfigOptions.lfs = dict
-    env.Append(**AdjustConfigOptions.lfs)
-
     # Multithreading, global
     if IsThreadedBuild:
         env.Append(CCFLAGS = ThreadOpt, LINKFLAGS = ThreadOpt)
