Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
yafray
yafray-0.0.9-scons.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yafray-0.0.9-scons.patch of Package yafray
--- linux-settings.py.orig 2008-04-29 07:48:56.000000000 +0200 +++ ./linux-settings.py 2008-04-29 07:49:12.000000000 +0200 @@ -79,13 +79,13 @@ class dynload(globalinfo.library): def get_libs(args): return ['dl'] def derive_shared_env(common_env): - return common_env.Copy() + return common_env.Clone() def derive_plugin_env(common_env): - return common_env.Copy() + return common_env.Clone() def derive_program_env(common_env): - return common_env.Copy() + return common_env.Clone() def package_rule(args): return (None, None) --- SConstruct.orig 2008-04-29 07:48:11.000000000 +0200 +++ ./SConstruct 2008-04-29 07:49:54.000000000 +0200 @@ -57,7 +57,7 @@ def print_config(C): configio.write_conf(config) -common_env=Environment(ENV=os.environ, CXXFLAGS = config.cxxflags); +common_env=Environment(ENV=os.environ, CCFLAGS = config.cxxflags); common_env.SConsignFile(config.rootpath + os.sep + 'scons-signatures') shared_env=confer.derive_shared_env(common_env) plugin_env=confer.derive_plugin_env(common_env)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor