Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258655 Details for
Bug 329903
dev-libs/libprelude easy-bindings not working on x86_64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for this bug
libprelude_bug_329903_fix.diff (text/plain), 765 bytes, created by
Myckel Habets
on 2011-01-02 17:26:31 UTC
(
hide
)
Description:
Patch for this bug
Filename:
MIME Type:
Creator:
Myckel Habets
Created:
2011-01-02 17:26:31 UTC
Size:
765 bytes
patch
obsolete
>--- libprelude-1.0.0-r1.ebuild.old 2010-05-27 17:57:24.000000000 +0200 >+++ libprelude-1.0.0-r1.ebuild 2011-01-01 15:32:36.000000000 +0100 >@@ -19,16 +19,26 @@ > !net-analyzer/prelude-nids" > > DEPEND="${RDEPEND} >- sys-devel/flex" >+ swig? ( dev-lang/swig ) >+ easy-bindings? ( perl? ( dev-lang/swig ) )" > > src_configure() { >+ local myconf >+ >+# swig is needed when easy-bindings with perl, Bug 329903 >+ if use easy-bindings && use perl && ! use swig ; then >+ myconf="${myconf} --with-swig" >+ else >+ myconf="$(use_with swig)"; >+ fi >+ > filter-lfs-flags > econf \ > $(use_enable doc gtk-doc) \ >- $(use_with swig) \ > $(use_with perl) \ > $(use_with python) \ >- $(use_enable easy-bindings) >+ $(use_enable easy-bindings) \ >+ ${myconf} > } > > src_compile() {
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 Raw
Actions:
View
Attachments on
bug 329903
: 258655