Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 425292 Details for
Bug 574550
sys-devel/libtool: Fail to detect correct sed when run emerge -e @system
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for libtool.ebuild
bug574550.patch (text/plain), 1.40 KB, created by
Yuta SATOH
on 2016-02-12 12:10:54 UTC
(
hide
)
Description:
sample patch for libtool.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2016-02-12 12:10:54 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/libtool-2.4.6-r1.ebuild b/libtool-2.4.6-r1.ebuild >index 677db33..65eb76c 100644 >--- a/libtool-2.4.6-r1.ebuild >+++ b/libtool-2.4.6-r1.ebuild >@@ -22,7 +22,7 @@ HOMEPAGE="https://www.gnu.org/software/libtool/" > > LICENSE="GPL-2" > SLOT="2" >-IUSE="vanilla" >+IUSE="elibc_FreeBSD vanilla" > > # Pull in libltdl directly until we convert packages to the new dep. > RDEPEND="sys-devel/gnuconfig >@@ -67,6 +67,7 @@ src_configure() { > # cause problems for people who switch /bin/sh on the fly to other > # shells, so just force libtool to use /bin/bash all the time. > export CONFIG_SHELL=/bin/bash >+ use elibc_FreeBSD && [[ -e /usr/bin/gsed ]] && export ac_cv_path_SED="/usr/bin/gsed" #574550 > ECONF_SOURCE=${S} econf --disable-ltdl-install > } > >diff --git a/libtool-9999.ebuild b/libtool-9999.ebuild >index 8b6ede5..f38d8ad 100644 >--- a/libtool-9999.ebuild >+++ b/libtool-9999.ebuild >@@ -22,7 +22,7 @@ HOMEPAGE="https://www.gnu.org/software/libtool/" > > LICENSE="GPL-2" > SLOT="2" >-IUSE="vanilla" >+IUSE="elibc_FreeBSD vanilla" > > RDEPEND="sys-devel/gnuconfig > >=sys-devel/autoconf-2.69 >@@ -64,6 +64,7 @@ src_configure() { > # cause problems for people who switch /bin/sh on the fly to other > # shells, so just force libtool to use /bin/bash all the time. > export CONFIG_SHELL=/bin/bash >+ use elibc_FreeBSD && [[ -e /usr/bin/gsed ]] && export ac_cv_path_SED="/usr/bin/gsed" #574550 > ECONF_SOURCE=${S} econf --disable-ltdl-install > } >
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 574550
: 425292