To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=41144
------- Additional comments from [EMAIL PROTECTED] Sun May 22 14:16:48 -0700 2005 ------- jsc: o all patches are *EXACTLY* inside of o patch-odk+configure.pl % ./config.guess i386-unknown-freebsd5.3 so, $main::operatingSystem is % ./config.guess | cut -d"-" -f3,4 freebsd5.3 then, if ( $main::operatingSystem eq "FreeBSD" ) is not correct, and if ( $main::operatingSystem =~ /freebsd/ ) is correct o patch-odk+setsdkenv_unix, patch-odk+settings+settings.mk machine type is determined by config.guess, for FreeBSD, it returns freebsd5.3 or freebsd4.11 etc. Verified with m105, m103 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
