Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308357 Details for
Bug 411413
dev-lang/jimtcl USE=static-libs fails to install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for jimtcl-9999 when use static-libs
jimtcl-9999.patch (text/plain), 504 bytes, created by
Peter Stuge
on 2012-04-10 02:05:40 UTC
(
hide
)
Description:
Patch for jimtcl-9999 when use static-libs
Filename:
MIME Type:
Creator:
Peter Stuge
Created:
2012-04-10 02:05:40 UTC
Size:
504 bytes
patch
obsolete
>--- jimtcl-9999.ebuild.orig 2011-12-30 10:54:46.000000000 +0100 >+++ jimtcl-9999.ebuild 2012-04-10 04:03:09.731717251 +0200 >@@ -26,7 +26,11 @@ > > src_install() { > dobin jimsh || die "dobin failed" >- dolib.so libjim.so || die "dolib failed" >+ use static-libs && { >+ dolib.a libjim.a || die "dolib failed" >+ } || { >+ dolib.so libjim.so || die "dolib failed" >+ } > insinto /usr/include > doins jim.h jimautoconf.h jim-subcmd.h jim-nvp.h jim-signal.h > doins jim-win32compat.h jim-eventloop.h jim-config.h
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 411413
:
308355
| 308357