Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145902 Details for
Bug 213150
media-gfx/yafray-0.0.9 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make scons use g++ as linker
yafray-0.0.9-scons.patch (text/plain), 966 bytes, created by
Oliver Koch
on 2008-03-12 14:06:46 UTC
(
hide
)
Description:
patch to make scons use g++ as linker
Filename:
MIME Type:
Creator:
Oliver Koch
Created:
2008-03-12 14:06:46 UTC
Size:
966 bytes
patch
obsolete
>--- yafray.old/SConstruct 2006-06-20 19:24:00.000000000 +0200 >+++ yafray/SConstruct 2006-07-20 14:53:59.000000000 +0200 >@@ -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(): >@@ -61,1 +62,1 @@ >-common_env=Environment(ENV=os.environ, CXXFLAGS = config.cxxflags); >+common_env=Environment(ENV=os.environ, CXXFLAGS = config.cxxflags, SHLINK = "g++", LINK = "g++");
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 213150
:
145902