diff options
author | nox <nox@FreeBSD.org> | 2010-12-18 05:10:56 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-12-18 05:10:56 +0800 |
commit | f5d226a4639c5894cdd0a3d31ec427bc7103e779 (patch) | |
tree | aa0019ac6b2ff8c94f74ed32141cbeb2071050be /astro/google-earth/files | |
parent | c6c460edb6558789fe3f61032b73e0b64fdeaf9d (diff) | |
download | freebsd-ports-gnome-f5d226a4639c5894cdd0a3d31ec427bc7103e779.tar.gz freebsd-ports-gnome-f5d226a4639c5894cdd0a3d31ec427bc7103e779.tar.zst freebsd-ports-gnome-f5d226a4639c5894cdd0a3d31ec427bc7103e779.zip |
Update to 6.0.1.2032 (which is the current version again, looks like the
crashes are fixed...)
Submitted by: pointyhat via erwin
Diffstat (limited to 'astro/google-earth/files')
-rw-r--r-- | astro/google-earth/files/patch-bin-googleearth | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/astro/google-earth/files/patch-bin-googleearth b/astro/google-earth/files/patch-bin-googleearth index a7d9d2a51f52..1d14941af2b5 100644 --- a/astro/google-earth/files/patch-bin-googleearth +++ b/astro/google-earth/files/patch-bin-googleearth @@ -1,15 +1,10 @@ Index: bin/googleearth -@@ -34,11 +34,21 @@ FindPath() - dirname $fullpath - } - -+ulimit -s 32768 2>/dev/null -+ - # Set the home if not already set. - if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; then - GOOGLEEARTH_DATA_PATH="`FindPath $0`" +@@ -8,6 +8,16 @@ if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; + GOOGLEEARTH_DATA_PATH="$(dirname "$(readlink -f "$0")")" fi ++ulimit -s 32768 2>/dev/null ++ +# For browser wrapper script (to use original LD_LIBRARY_PATH) +if [ -n "${BROWSER}" ] +then |