Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147440 Details for
Bug 215026
gnome-extra/yelp-2.22 won't build with libbeagle-0.3.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to yelp-2.22.0.ebuild to build against beagle-0.3
yelp-2.22.0-ebuild-with-beagle-0.3.patch (text/plain), 1.12 KB, created by
Arun Raghavan (RETIRED)
on 2008-03-27 10:08:32 UTC
(
hide
)
Description:
Patch to yelp-2.22.0.ebuild to build against beagle-0.3
Filename:
MIME Type:
Creator:
Arun Raghavan (RETIRED)
Created:
2008-03-27 10:08:32 UTC
Size:
1.12 KB
patch
obsolete
>--- /usr/portage/gnome-extra/yelp/yelp-2.22.0.ebuild 2008-03-23 21:25:49.000000000 +0530 >+++ /usr/local/overlays/portage/gnome-extra/yelp/yelp-2.22.0-r1.ebuild 2008-03-27 14:53:18.000000000 +0530 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.22.0.ebuild,v 1.1 2008/03/23 15:55:49 leio Exp $ > >-inherit gnome2 >+inherit eutils autotools gnome2 > > DESCRIPTION="Help browser for GNOME" > HOMEPAGE="http://www.gnome.org/" >@@ -24,7 +24,7 @@ > >=x11-libs/startup-notification-0.8 > >=dev-libs/glib-2 > >=dev-libs/dbus-glib-0.71 >- beagle? ( >=app-misc/beagle-0.2.4 ) >+ beagle? ( || ( >=dev-libs/libbeagle-0.3.0 =app-misc/beagle-0.2* ) ) > !xulrunner? ( =www-client/mozilla-firefox-2* ) > xulrunner? ( =net-libs/xulrunner-1.8* ) > sys-libs/zlib >@@ -42,6 +42,11 @@ > src_unpack() { > gnome2_src_unpack > >+ # patch to work with >=libbeagle-0.3 >+ epatch "${FILESDIR}"/yelp-2.22-with-beagle-0.3.patch >+ >+ AT_M4DIR="${AT_M4DIR} m4" eautoreconf >+ > # strip stupid options in configure, see bug #196621 > sed -i 's|$AM_CFLAGS -pedantic -ansi|$AM_CFLAGS|' 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 215026
:
147439
| 147440