diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-02-02 22:36:20 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-02-02 22:36:20 +0000 |
commit | f843c190a2fb32437a855b1144ad1345c0e19a0c (patch) | |
tree | 3147ad1da98ade5edde370c0740a7b931cfde391 /app-office/openoffice-bin | |
parent | fix0rs (diff) | |
download | historical-f843c190a2fb32437a855b1144ad1345c0e19a0c.tar.gz historical-f843c190a2fb32437a855b1144ad1345c0e19a0c.tar.bz2 historical-f843c190a2fb32437a855b1144ad1345c0e19a0c.zip |
ld_preload fixes for freetype...
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/files/1.0.1/ooffice-wrapper-1.1 | 8 | ||||
-rw-r--r-- | app-office/openoffice-bin/files/1.0.2/ooffice-wrapper-1.1 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-office/openoffice-bin/files/1.0.1/ooffice-wrapper-1.1 b/app-office/openoffice-bin/files/1.0.1/ooffice-wrapper-1.1 index 44e2802206f5..0fb6909c8e6b 100644 --- a/app-office/openoffice-bin/files/1.0.1/ooffice-wrapper-1.1 +++ b/app-office/openoffice-bin/files/1.0.1/ooffice-wrapper-1.1 @@ -176,11 +176,11 @@ fi # LOCALE != OLDLOCALE ## ## That's it. Launch the beast (with the given args) ## - +export LD_PRELOAD=/usr/lib/libfreetype.so case `basename $0` in - oosetup) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/setup" ;; - oopadmin) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/spadmin" ;; - *) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/soffice" "$@" ;; + oosetup) exec "$OOHOME/setup" ;; + oopadmin) exec "$OOHOME/spadmin" ;; + *) exec "$OOHOME/soffice" "$@" ;; esac ## Changelog diff --git a/app-office/openoffice-bin/files/1.0.2/ooffice-wrapper-1.1 b/app-office/openoffice-bin/files/1.0.2/ooffice-wrapper-1.1 index 44e2802206f5..0fb6909c8e6b 100644 --- a/app-office/openoffice-bin/files/1.0.2/ooffice-wrapper-1.1 +++ b/app-office/openoffice-bin/files/1.0.2/ooffice-wrapper-1.1 @@ -176,11 +176,11 @@ fi # LOCALE != OLDLOCALE ## ## That's it. Launch the beast (with the given args) ## - +export LD_PRELOAD=/usr/lib/libfreetype.so case `basename $0` in - oosetup) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/setup" ;; - oopadmin) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/spadmin" ;; - *) LD_PRELOAD=/usr/lib/libfreetype.so.6 exec "$OOHOME/soffice" "$@" ;; + oosetup) exec "$OOHOME/setup" ;; + oopadmin) exec "$OOHOME/spadmin" ;; + *) exec "$OOHOME/soffice" "$@" ;; esac ## Changelog |