ports/editors/libreoffice/files/patch-build__libreoffice__scripts__soffice.sh
Baptiste Daroussin 7a298ec4a4 LibreOffice is the free power-packed Open Source personal productivity suite for
Windows, Macintosh and Linux, that gives you six feature-rich applications for
all your document production and data processing needs: Writer, Calc, Impress,
Draw, Math and Base.

WWW:    http://www.libreoffice.org/

Note:
Thanks to all people that made it possible: testers, patchers, maintainers
that modified their ports to allow libreoffice to build with the less bundled
stuffed possible

Special thanks to robert@openbsd.org for his help

Feature safe:	yes
2011-02-01 20:18:07 +00:00

11 lines
498 B
Bash

--- build/libreoffice/desktop/scripts/soffice.sh.orig 2010-12-12 21:12:42.000000000 +0100
+++ build/libreoffice/desktop/scripts/soffice.sh 2011-01-30 09:50:00.890272369 +0100
@@ -64,7 +64,7 @@
# this is a temporary hack until we can live with the default search paths
case "`uname -s`" in
-OpenBSD)
+OpenBSD|FreeBSD)
sd_prog1="$sd_prog/../basis-link/program"
sd_prog2="$sd_prog/../basis-link/ure-link/lib"
LD_LIBRARY_PATH=$sd_prog1:$sd_prog2${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}