Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341180 Details for
Bug 460632
Prefix support for dev-libs/icu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
icu-50.1.2.patch
icu-50.1.2.patch (text/plain), 1.32 KB, created by
Benda Xu
on 2013-03-07 02:27:48 UTC
(
hide
)
Description:
icu-50.1.2.patch
Filename:
MIME Type:
Creator:
Benda Xu
Created:
2013-03-07 02:27:48 UTC
Size:
1.32 KB
patch
obsolete
>Index: icu-50.1.2.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1.2.ebuild,v >retrieving revision 1.3 >diff -u -B -u -r1.3 icu-50.1.2.ebuild >--- icu-50.1.2.ebuild 6 Feb 2013 14:53:22 -0000 1.3 >+++ icu-50.1.2.ebuild 7 Mar 2013 02:23:21 -0000 >@@ -12,7 +12,7 @@ > > LICENSE="BSD" > SLOT="0/${PV}" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" > IUSE="debug doc examples static-libs" > > DEPEND=" >@@ -60,6 +60,15 @@ > sed -i \ > -e 's:icudefs.mk:icudefs.mk Doxyfile:' \ > configure.in || die >+ >+ # fix compilation on Solaris due to enabling of conflicting standards >+ sed -i -e '/define _XOPEN_SOURCE_EXTENDED/s/_XOPEN/no_XOPEN/' \ >+ common/uposixdefs.h || die >+ # for correct install_names >+ epatch "${FILESDIR}"/${PN}-4.8.1-darwin.patch >+ # fix part 1 for echo_{t,c,n} >+ epatch "${FILESDIR}"/${PN}-4.6-echo_t.patch >+ > eautoreconf > } > >@@ -90,7 +99,8 @@ > } > > src_compile() { >- default >+ # Darwin/x86 needs an object index >+ emake ARFLAGS="sr" > > if use doc; then > doxygen -u Doxyfile || die
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 460632
: 341180 |
341182
|
341184