Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352594 Details for
Bug 475728
sys-devel/llvm-3.3 and sys-devel/clang-3.3 - add USE=c++11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add c++0x to clang 3.3 ebuild
clang-3.3-add-c++0x-and-doc-use-flags.patch (text/plain), 1.27 KB, created by
Alex Turbov
on 2013-07-04 11:02:29 UTC
(
hide
)
Description:
add c++0x to clang 3.3 ebuild
Filename:
MIME Type:
Creator:
Alex Turbov
Created:
2013-07-04 11:02:29 UTC
Size:
1.27 KB
patch
obsolete
>--- clang-3.3.ebuild 2013-06-19 02:20:08.000000000 +0400 >+++ clang-3.3-r1.ebuild 2013-06-19 06:13:21.000000000 +0400 >@@ -18,11 +18,11 @@ > LICENSE="UoI-NCSA" > SLOT="0" > KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" >-IUSE="debug kernel_FreeBSD multitarget python +static-analyzer test" >+IUSE="c++0x debug doc kernel_FreeBSD multitarget python +static-analyzer test" > > DEPEND="static-analyzer? ( dev-lang/perl ) > ${PYTHON_DEPS}" >-RDEPEND="~sys-devel/llvm-${PV}[debug=,multitarget=] >+RDEPEND="~sys-devel/llvm-${PV}[c++0x=,debug=,multitarget=] > ${PYTHON_DEPS}" > > S=${WORKDIR}/llvm-${PV}.src >@@ -99,6 +99,8 @@ > $(use_enable !debug optimized) > $(use_enable debug assertions) > $(use_enable debug expensive-checks) >+ $(use_enable doc doxygen) >+ $(use_enable c++0x cxx11) > --with-clang-resource-dir=../$(get_libdir)/clang/${PV/_rc*}" > > # Setup the search path to include the Prefix includes >@@ -206,4 +208,9 @@ > > # Remove unnecessary headers on FreeBSD, bug #417171 > use kernel_FreeBSD && rm "${ED}"usr/$(get_libdir)/clang/${PV}/include/{arm_neon,std,float,iso,limits,tgmath,varargs}*.h >+ >+ # Remove useless *.md5 and *.map files from doxygen documentation >+ if use doc ; then >+ cd ${D}/usr/share/doc/${PF}/html/doxygen && rm *.md5 *.map >+ fi > }
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 475728
:
352592
| 352594