Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317888 Details for
Bug 425766
net-libs/c-client-2007f-r1: build system is not multilib aware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Sets the correct multilib values for SSLLIB and AFSLIB
mutlib-aware-build.patch (text/plain), 952 bytes, created by
Anthony Basile
on 2012-07-11 04:21:12 UTC
(
hide
)
Description:
Sets the correct multilib values for SSLLIB and AFSLIB
Filename:
MIME Type:
Creator:
Anthony Basile
Created:
2012-07-11 04:21:12 UTC
Size:
952 bytes
patch
obsolete
>--- /usr/portage/net-libs/c-client/c-client-2007f-r1.ebuild 2012-07-08 11:31:23.000000000 -0400 >+++ c-client-2007f-r99.ebuild 2012-07-11 00:05:37.000000000 -0400 >@@ -4,7 +4,7 @@ > > EAPI=4 > >-inherit flag-o-matic eutils libtool toolchain-funcs >+inherit flag-o-matic eutils libtool toolchain-funcs multilib > > MY_PN=imap > MY_P="${MY_PN}-${PV}" >@@ -39,6 +39,12 @@ > -e 's:SSLCERTS=$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:g' \ > -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" > >+ # Make the build system more multilib aware >+ sed \ >+ -e "s:^SSLLIB=\$(SSLDIR)/lib:SSLLIB=\$(SSLDIR)/$(get_libdir):" \ >+ -e "s:^AFSLIB=\$(AFSDIR)/lib:AFSLIB=\$(AFSDIR)/$(get_libdir):" \ >+ -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" >+ > # Targets should use the Gentoo (ie linux) fs > sed -e '/^bsf:/,/^$/ s:ACTIVEFILE=.*:ACTIVEFILE=/var/lib/news/active:g' \ > -i src/osdep/unix/Makefile || die "Makefile sex fixing failed for FreeBSD"
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 425766
: 317888