Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204166 Details for
Bug 283265
sci-astronomy/skycat fails to build with tcltk 8.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Migrating to Tk8.5
skycat-3.0.2-tk8.5.patch (text/plain), 877 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-09-15 07:40:41 UTC
(
hide
)
Description:
Migrating to Tk8.5
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-09-15 07:40:41 UTC
Size:
877 bytes
patch
obsolete
>--- skycat-3.0.2.orig/rtd/generic/RtdImage.C 2006-02-02 18:36:47.000000000 +0100 >+++ skycat-3.0.2/rtd/generic/RtdImage.C 2009-09-15 09:23:44.505239756 +0200 >@@ -913,6 +913,9 @@ > updateIdleTasks(); > } > >+#ifndef MODULE_SCOPE >+#define MODULE_SCOPE extern >+#endif > > // Fix for Tk clipping coordinates to short range: See CanvasWindowCoordsNoClip() below. > #ifdef HAVE_TKCANVAS_H >--- skycat-3.0.2.orig/skycat/skycat.in 2006-02-04 14:27:30.000000000 +0100 >+++ skycat-3.0.2/skycat/skycat.in 2009-09-15 09:20:45.910857133 +0200 >@@ -54,5 +54,5 @@ > > test -d $HOME/.skycat || mkdir $HOME/.skycat > echo "`date`: Starting skycat with: $0 ${1+"$@"}" > $HOME/.skycat/log >-exec wish8.4 $SKYCAT_BASE/lib/skycat@PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee -a $HOME/.skycat/log 2>&1 >+exec wish8.5 $SKYCAT_BASE/lib/skycat@PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee -a $HOME/.skycat/log 2>&1 >
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 283265
:
202730
|
204165
| 204166