Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137928 Details for
Bug 201544
dev-util/git: `tk' USE flag is broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use NO_TCLTK git Makefile option to disable Tcl/Tk parts
git-1.5.3.7-r2.ebuild.diff (text/plain), 571 bytes, created by
Elvis Pranskevichus
on 2007-12-07 00:26:57 UTC
(
hide
)
Description:
Use NO_TCLTK git Makefile option to disable Tcl/Tk parts
Filename:
MIME Type:
Creator:
Elvis Pranskevichus
Created:
2007-12-07 00:26:57 UTC
Size:
571 bytes
patch
obsolete
>--- git-1.5.3.7-r1.ebuild 2007-12-05 21:06:06.000000000 -0800 >+++ git-1.5.3.7-r2.ebuild 2007-12-06 16:05:50.000000000 -0800 >@@ -59,6 +59,7 @@ > myopts="${myopts} WITH_SEND_EMAIL=YesPlease" > > use iconv || myopts="${myopts} NO_ICONV=YesPlease" >+ use tk || myopts="${myopts} NO_TCLTK=YesPlease" > > export MY_MAKEOPTS=${myopts} > } >@@ -107,8 +108,6 @@ > emake ${MY_MAKEOPTS} DESTDIR="${D}" prefix=/usr install || \ > die "make install failed" > >- use tk || rm "${D}"/usr/bin/git{k,-gui} >- > doman man?/* > > dodoc README Documentation/{SubmittingPatches,CodingGuidelines}
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 201544
:
137928
|
137930