Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67304 Details for
Bug 104324
Patches for building app-text/html2text on ppc-macos
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
html2text-1.3.2.ebuild.patch
html2text-1.3.2.ebuild.patch (text/plain), 721 bytes, created by
Thomas Kjosmoen
on 2005-08-30 18:25:54 UTC
(
hide
)
Description:
html2text-1.3.2.ebuild.patch
Filename:
MIME Type:
Creator:
Thomas Kjosmoen
Created:
2005-08-30 18:25:54 UTC
Size:
721 bytes
patch
obsolete
>--- /usr/portage/app-text/html2text/html2text-1.3.2.ebuild 2005-06-15 19:05:27 -0500 >+++ html2text-1.3.2.ebuild 2005-08-30 18:26:47 -0500 >@@ -10,7 +10,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" >+KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ppc-macos" > IUSE="" > > DEPEND="virtual/libc" >@@ -18,13 +18,14 @@ > src_unpack() { > unpack ${A} > cd ${S} >- if [ `gcc-major-version` -ge 3 -a `gcc-minor-version` -ge 3 ] >+ if [ `gcc-major-version` -ge 4 -o `gcc-major-version` -ge 3 -a `gcc-minor-version` -ge 3 ] > then > epatch 1.3.2_to_1.3.2a.diff > fi > } > > src_compile() { >+ use ppc-macos && epatch ${FILESDIR}/html2text-osx.patch > econf || die > emake CXX="$(tc-getCXX)" || die > }
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 104324
: 67304 |
67305
|
70787