Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35624 Details for
Bug 57294
otcl-1.8-r1 econf fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tclcl-1.15.diff
tclcl-1.15.diff (text/plain), 814 bytes, created by
Eldad Zack (RETIRED)
on 2004-07-17 01:54:05 UTC
(
hide
)
Description:
tclcl-1.15.diff
Filename:
MIME Type:
Creator:
Eldad Zack (RETIRED)
Created:
2004-07-17 01:54:05 UTC
Size:
814 bytes
patch
obsolete
>--- tclcl-1.15.ebuild 25 Jun 2004 02:08:09 -0000 1.5 >+++ tclcl-1.15.ebuild 17 Jul 2004 08:51:55 -0000 >@@ -16,9 +16,17 @@ DEPEND=">=dev-lang/tcl-8.3.2 > >=dev-tcltk/otcl-1.0.8" > > src_compile() { >- econf || die >- sed 's|$(LIBRARY_TCL)/http/http.tcl|$(LIBRARY_TCL)/http2.4/http.tcl|g' -i Makefile >- emake || die >+ >+ local tclv=$(grep TCL_VER /usr/include/tcl.h |\ >+ sed 's/^.*"\(.*\)".*/\1/') >+ local tkv=$(grep TK_VER /usr/include/tk.h |\ >+ sed 's/^.*"\(.*\)".*/\1/') >+ >+ local myconf="--with-tcl-ver=${tclv} --with-tk-ver=${tkv}" >+ >+ econf ${myconf} || die "econf failed" >+ sed 's|$(LIBRARY_TCL)/http.*/http.tcl|$(LIBRARY_TCL)/http2.4/http.tcl|g' -i Makefile >+ emake || die "emake failed" > } > > src_install() {
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 57294
:
35603
| 35624