Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219741 Details for
Bug 303397
beanstalkd-1.4.3 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
corrected patch specifying location of libevent headers
beanstalkd-1.4.3.ebuild.patch (text/plain), 821 bytes, created by
Ramon
on 2010-02-15 08:46:53 UTC
(
hide
)
Description:
corrected patch specifying location of libevent headers
Filename:
MIME Type:
Creator:
Ramon
Created:
2010-02-15 08:46:53 UTC
Size:
821 bytes
patch
obsolete
>diff --git a/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild b/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild >index 0389c6b..6938d06 100644 >--- a/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild >+++ b/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild >@@ -10,7 +10,8 @@ SRC_URI="http://xph.us/dist/beanstalkd/${P}.tar.gz" > > LICENSE="GPL-3" > SLOT="0" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc >+~sparc-fbsd ~x86 ~x86-fbsd ~x64-macos ~x86-macos" > > RDEPEND=">=dev-libs/libevent-1.4.7" > DEPEND="${RDEPEND} >@@ -18,6 +19,11 @@ DEPEND="${RDEPEND} > > IUSE="test" > >+src_compile() { >+ econf --with-event="${EPREFIX}"/usr >+ emake || die "emake failed" >+} >+ > pkg_preinst() { > enewuser beanstalk -1 -1 /dev/null daemon > }
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 303397
:
218331
| 219741