mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
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
11 lines
604 B
Text
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";
|
|
|