SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
geo/foxtrotgps/patches/patch-src_tracks_c
Normal file
15
geo/foxtrotgps/patches/patch-src_tracks_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
Fix for -fno-common
|
||||
https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/323
|
||||
|
||||
Index: src/tracks.c
|
||||
--- src/tracks.c.orig
|
||||
+++ src/tracks.c
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
GSList *loaded_track = NULL;
|
||||
GtkWidget *window12;
|
||||
-GtkWidget *dialog10;
|
||||
+static GtkWidget *dialog10;
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue