Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 289547 Details for
Bug 386525
‘stl’ use flag conflict for dev-libs/tinyxml between dev-util/gource and net-ftp/filezilla
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enable gource to compile with tinyxml[stl]
gource-0.37_fix_stl.patch (text/plain), 730 bytes, created by
Enrico Tagliavini
on 2011-10-11 09:40:16 UTC
(
hide
)
Description:
Enable gource to compile with tinyxml[stl]
Filename:
MIME Type:
Creator:
Enrico Tagliavini
Created:
2011-10-11 09:40:16 UTC
Size:
730 bytes
patch
obsolete
>--- gource-0.35.ebuild 2011-10-11 11:24:53.340973701 +0200 >+++ gource-0.37.ebuild 2011-10-11 11:25:19.192973647 +0200 >@@ -4,7 +4,7 @@ > > EAPI=2 > >-inherit autotools versionator >+inherit autotools flag-o-matic versionator > > MY_P=${P/_p/-} > MY_P=${MY_P/_/-} >@@ -28,7 +28,7 @@ > media-libs/mesa > media-fonts/freefont-ttf > >=media-libs/glew-1.5 >- dev-libs/tinyxml[-stl] >+ dev-libs/tinyxml > " > DEPEND=" > ${RDEPEND} >@@ -50,6 +50,11 @@ > } > > src_configure() { >+ # workaround to fix bug #386525 >+ # this enable gource to be compiled against dev-libs/tinyxml[stl] >+ if has_version dev-libs/tinyxml[stl]; then >+ append-cxxflags -DTIXML_USE_STL; >+ fi > econf --enable-ttf-font-dir=/usr/share/fonts/freefont-ttf/ \ > --with-tinyxml > }
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 386525
: 289547