Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65409 Details for
Bug 101681
sys-apps/gawk-3.1.4-r4: non-GNU compatibility
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gawk-3.1.4-r4.ebuild.patch
gawk-3.1.4-r4.ebuild.patch (text/plain), 1.86 KB, created by
Diego Elio Pettenò (RETIRED)
on 2005-08-08 03:17:13 UTC
(
hide
)
Description:
gawk-3.1.4-r4.ebuild.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2005-08-08 03:17:13 UTC
Size:
1.86 KB
patch
obsolete
>Index: gawk-3.1.4-r4.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.4-r4.ebuild,v >retrieving revision 1.6 >diff -u -B -r1.6 gawk-3.1.4-r4.ebuild >--- gawk-3.1.4-r4.ebuild 7 Aug 2005 23:53:05 -0000 1.6 >+++ gawk-3.1.4-r4.ebuild 8 Aug 2005 10:16:07 -0000 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.4-r4.ebuild,v 1.6 2005/08/07 23:53:05 vapier Exp $ > >-inherit eutils toolchain-funcs >+inherit eutils toolchain-funcs flag-o-matic > > XML_PATCH=patch_3.1.4__xml_20040920 > DESCRIPTION="GNU awk pattern-matching language" >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" > IUSE="nls build xml" > > RDEPEND="xml? ( dev-libs/expat )" >@@ -56,12 +56,17 @@ > emake || die "emake failed" > if use xml ; then > cd "${SXML}" >+ use elibc_glibc || append-ldflags -liconv >+ use userland_Darwin && append-flags -fno-common > econf $(use_enable nls) || die > emake || die "xmlgawk make failed" > fi > >- cd "${SFFS}" >- emake AWKINCDIR="${S}" CC=$(tc-getCC) || die "filefuncs emake failed" >+ if ! use userland_Darwin ; then >+ cd "${SFFS}" >+ emake AWKINCDIR="${S}" CC=$(tc-getCC) \ >+ || die "filefuncs emake failed" >+ fi > } > > src_install() { >@@ -71,13 +76,16 @@ > insinto /usr/include/awk > doins "${SXML}"/xml_puller.h || die "xml inc failed" > fi >- cd "${SFFS}" >- make \ >+ >+ if ! use userland_Darwin ; then >+ cd "${SFFS}" >+ make \ > DESTDIR="${D}" \ > AWKINCDIR="${S}" \ > LIBDIR="$(get_libdir)" \ > install \ > || die "filefuncs install failed" >+ fi > > dodir /usr/bin > # In some rare cases, (p)gawk gets installed as (p)gawk- and not
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 101681
:
65354
| 65409