Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47701 Details for
Bug 76757
New Ebuild: Proposal for sci-misc/glglobe-0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portage/sci-misc/glglobe/files/datadir_fix.patch
datadir_fix.patch (text/plain), 960 bytes, created by
Charlie Gehlin
on 2005-01-05 05:39:14 UTC
(
hide
)
Description:
portage/sci-misc/glglobe/files/datadir_fix.patch
Filename:
MIME Type:
Creator:
Charlie Gehlin
Created:
2005-01-05 05:39:14 UTC
Size:
960 bytes
patch
obsolete
>--- globe.c.orig 2005-01-05 13:53:33.998553192 +0100 >+++ globe.c 2005-01-05 13:54:08.179356920 +0100 >@@ -1180,7 +1180,7 @@ > if(markerfile!=(char *)NULL){ > marker=load_markers(markerfile,&markernr); > } else { >- marker=load_markers("xglobe-markers",&markernr); >+ marker=load_markers("/usr/share/glglobe/xglobe-markers",&markernr); > } > // marker=load_markers("earth-markers-schaumann",&markernr); > #ifdef DEBUG >--- glglobe.c.orig 2005-01-05 13:52:09.800353264 +0100 >+++ glglobe.c 2005-01-05 13:52:27.928597352 +0100 >@@ -881,9 +881,9 @@ > > strcpy(map_path, map_path_default); > // strcpy(mapfilename,map_path); >- strcpy(mapfilename,"depths_1440.jpg"); >+ strcpy(mapfilename,"/usr/share/glglobe/depths_1440.jpg"); > // strcpy(mapfilename,"depths_1440.jpg"); >- strcpy(markerfilename,"xglobe-markers"); >+ strcpy(markerfilename,"/usr/share/glglobe/xglobe-markers"); > > tact=time(NULL); >
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 76757
:
47696
|
47697
|
47698
|
47699
|
47700
| 47701