ports/editors/libreoffice/files/patch-bin__ooinstall
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
604 B
Text

--- ./bin/ooinstall.orig 2010-11-30 21:15:58.000000000 +0100
+++ ./bin/ooinstall 2010-12-20 12:58:30.609567023 +0100
@@ -31,7 +31,7 @@
return 0;
}
-( $^O =~ /openbsd/i ) || ( $^O =~ /darwin/i ) || ( -f "/proc/meminfo" ) || die "The installer cannot work without javaldx running, which requires /proc to be mounted";
+( $^O =~ /freebsd/i) || ( $^O =~ /openbsd/i ) || ( $^O =~ /darwin/i ) || ( -f "/proc/meminfo" ) || die "The installer cannot work without javaldx running, which requires /proc to be mounted";
suck_setup ("./setup") || suck_setup ("bin/setup") || die "can't find bin/setup";