diff options
Diffstat (limited to 'sci-geosciences/gpsbabel/files/gpsbabel-1.5.4-disable_statistic_uploading.patch')
-rw-r--r-- | sci-geosciences/gpsbabel/files/gpsbabel-1.5.4-disable_statistic_uploading.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-1.5.4-disable_statistic_uploading.patch b/sci-geosciences/gpsbabel/files/gpsbabel-1.5.4-disable_statistic_uploading.patch new file mode 100644 index 000000000000..b65413c3d7c5 --- /dev/null +++ b/sci-geosciences/gpsbabel/files/gpsbabel-1.5.4-disable_statistic_uploading.patch @@ -0,0 +1,11 @@ +--- a/gui/babeldata.h 2017-01-02 06:05:19.000000000 +0100 ++++ b/gui/babeldata.h 2017-01-21 00:33:30.858046004 +0100 +@@ -64,7 +64,7 @@ + upgradeOffers_(0), + runCount_(0), + startupVersionCheck_(true), +- reportStatistics_(true), ++ reportStatistics_(false), + allowBetaUpgrades_(false), + ignoreVersionMismatch_(false), + disableDonateDialog_(false), |