Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84682 Details for
Bug 128076
app-pda/jpilot-0.99.*.ebuild, not finding plugins
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ABILIB and libdir fix
libdir.patch (text/plain), 619 bytes, created by
Mark Wagner
on 2006-04-14 21:22:48 UTC
(
hide
)
Description:
ABILIB and libdir fix
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2006-04-14 21:22:48 UTC
Size:
619 bytes
patch
obsolete
>--- jpilot-0.99.8.ebuild 2006-03-28 05:05:50.000000000 -0800 >+++ jpilot-0.99.8-r1.ebuild 2006-04-14 21:07:33.000000000 -0700 >@@ -33,13 +33,13 @@ > } > > src_compile() { >- econf $(use_enable gtk2) $(use_enable nls) || die "configure failed" >+ ABILIB=$(get_libdir) econf $(use_enable gtk2) $(use_enable nls) || die "configure failed" > emake -j1 || die "make failed" > } > > src_install() { > make install DESTDIR=${D} \ >- libdir=/usr/$(get_libdir) \ >+ libdir=/usr/$(get_libdir)/jpilot/plugins \ > docdir=/usr/share/doc/${PF} \ > icondir=/usr/share/pixmaps \ > desktopdir=/usr/share/applications || die "install failed"
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 128076
: 84682 |
105163
|
105164
|
105170