Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214111 Details for
Bug 298286
glib-2.22.2 doesn't emerge on interix 6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild to utilize patch and implement other hacks
glib-2.22.2.ebuild.patch (text/plain), 744 bytes, created by
Greg Turner
on 2009-12-25 06:02:15 UTC
(
hide
)
Description:
Patch to ebuild to utilize patch and implement other hacks
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2009-12-25 06:02:15 UTC
Size:
744 bytes
patch
obsolete
>--- /opt/gentoo/usr/portage/dev-libs/glib/glib-2.22.2.ebuild 2009-11-14 08:37:12 -0800 >+++ ./glib-2.22.2.ebuild 2009-12-24 13:16:55 -0800 >@@ -56,6 +56,15 @@ > epatch "${FILESDIR}"/${PN}-2.20.3-mint.patch > # configure script lets itself being fooled by bind 8 stuff > [[ ${CHOST} == *-darwin[678] ]] && append-libs -lresolv >+ if [[ ${CHOST} == *-interix* ]] ; then >+ # fixme: ensure interix bind is at /usr/local >+ epatch "${FILESDIR}"/${PN}-2.22.2-interix-hacks.patch >+ append-flags -idirafter /usr/local/bind/include >+ append-flags -idirafter /usr/local/include >+ append-flags -idirafter /usr/include >+ append-ldflags -L/usr/local/lib/bind >+ AT_M4DIR="m4macros" eautoreconf >+ fi > > # make default sane for us > if use prefix ; then
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 298286
:
214110
|
214111
|
216798
|
216799
|
216801
|
216802
|
217976
|
217977
|
217978