ports/editors/libreoffice/files/patch-bin__build-ooo
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
630 B
Text

--- ./bin/build-ooo.orig 2010-11-11 15:41:38.000000000 +0100
+++ ./bin/build-ooo 2010-12-20 12:58:30.590567445 +0100
@@ -11,7 +11,7 @@
export TARFILE_LOCATION
-if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`" != "zDarwin" -a "z`uname -s`" != "zOpenBSD"; then
+if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`" != "zDarwin" -a "z`uname -s`" != "zOpenBSD" -a "z`uname -s`" != "zFreeBSD"; then
if ! test -f /proc/cpuinfo; then
echo "Looks like proc isn't mounted - this means almost certain"
echo "Java related weird build failure: please check /proc"