Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111495 Details for
Bug 166480
dev-lang/ifc breaks dev-util/scons
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 0.0.9
yafray-0.0.9-scons.patch (text/plain), 1.17 KB, created by
Mathy Vanvoorden
on 2007-02-27 22:48:10 UTC
(
hide
)
Description:
Patch for 0.0.9
Filename:
MIME Type:
Creator:
Mathy Vanvoorden
Created:
2007-02-27 22:48:10 UTC
Size:
1.17 KB
patch
obsolete
>--- yafray/SConstruct.old 2007-02-27 23:38:52.000000000 +0100 >+++ yafray/SConstruct 2007-02-27 23:40:16.000000000 +0100 >@@ -3,6 +3,7 @@ > import configio > import globalinfo > >+destdir=ARGUMENTS.get('destdir','') > prefix=ARGUMENTS.get('prefix','/usr/local') > > ficheros = { >@@ -36,10 +37,10 @@ > > class config: > cxxflags = confer.get_cxxflags(A) >- libpath = confer.get_libpath(A) >- pluginpath = confer.get_pluginpath(A) >- binpath = confer.get_binpath(A) >- confpath = confer.get_confpath(A) >+ libpath = destdir + confer.get_libpath(A) >+ pluginpath = destdir + confer.get_pluginpath(A) >+ binpath = destdir + confer.get_binpath(A) >+ confpath = destdir + confer.get_confpath(A) > rootpath = Dir('.').srcnode().abspath > > for name,val in confer.__dict__.items(): >@@ -57,7 +58,7 @@ > > configio.write_conf(config) > >-common_env=Environment(ENV=os.environ, CXXFLAGS = config.cxxflags); >+common_env=Environment(ENV=os.environ, CXXFLAGS = config.cxxflags, SHLINK = "g++", LINK = "g++", SHLINKFLAGS = "-shared"); > 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166480
: 111495