diff options
Diffstat (limited to 'sci-geosciences/googleearth/files/decimal-separator.patch')
-rw-r--r-- | sci-geosciences/googleearth/files/decimal-separator.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-geosciences/googleearth/files/decimal-separator.patch b/sci-geosciences/googleearth/files/decimal-separator.patch new file mode 100644 index 000000000000..7a75dde4914a --- /dev/null +++ b/sci-geosciences/googleearth/files/decimal-separator.patch @@ -0,0 +1,10 @@ +--- googleearth.orig 2009-10-18 15:46:03.000000000 +0200 ++++ googleearth 2009-10-18 15:45:39.000000000 +0200 +@@ -41,6 +41,7 @@ + + LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH} + export LD_LIBRARY_PATH ++export LC_NUMERIC=C + + # Let's boogie! + if [ -x "${GOOGLEEARTH_DATA_PATH}/googleearth-bin" ] |