freebsd-ports/multimedia/bombono/files/patch-SConstruct
Pawel Pekala 4cd701678f - Update to version 1.2.1
- Add INSTALLS_ICONS
- Install manpages
2012-02-11 17:14:04 +00:00

29 lines
1.1 KiB
Text

--- SConstruct.orig 2012-02-08 13:19:21.000000000 +0100
+++ SConstruct 2012-02-11 11:16:02.000000000 +0100
@@ -148,18 +148,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)
@@ -566,7 +554,6 @@
BV.InstallDir(mgui_env, data_prefix, src_dir)
InstallDir('share/bombono', "resources")
-InstallDir('share', "docs/man")
user_options_dict['XGETTEXT_SOURCES'] = []
def AddSourcesForXgettext(src_files):