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
630 B
Text
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"
|