Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320844 Details for
Bug 430722
dev-util/pkgconfig: (prefix) libtool uses wrong libglib-2.0.so
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Always eautoreconf pkgconfig
pkgconfig-0.27-eautoreconf-always.patch (text/plain), 1.11 KB, created by
Greg Turner
on 2012-08-10 08:02:34 UTC
(
hide
)
Description:
Always eautoreconf pkgconfig
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2012-08-10 08:02:34 UTC
Size:
1.11 KB
patch
obsolete
>--- ../../../../portage/dev-util/pkgconfig/pkgconfig-0.27.ebuild 2012-07-13 02:27:19.000000000 -0700 >+++ pkgconfig-0.27.ebuild 2012-08-10 00:10:39.182043497 -0700 >@@ -4,13 +4,13 @@ > > EAPI=4 > >-inherit flag-o-matic libtool multilib >+inherit flag-o-matic libtool multilib autotools > > MY_P=pkg-config-${PV} > > if [[ ${PV} == *9999* ]]; then > EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config" >- inherit autotools git-2 >+ inherit git-2 > else > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" > SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" >@@ -34,11 +34,8 @@ > DOCS=( AUTHORS NEWS README ) > > src_prepare() { >- if [[ ${PV} == *9999* ]]; then >- eautoreconf >- else >- elibtoolize # Required for FreeMiNT wrt #333429 >- fi >+ # required for correct libtool syslib-search-path in cross-prefix >+ eautoreconf > } > > src_configure() {
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 430722
: 320844