2006-08-19 23:36:52 -04:00
|
|
|
$OpenBSD: patch-odk_configure_pl,v 1.2 2006/08/20 03:36:52 kurt Exp $
|
|
|
|
--- odk/configure.pl.orig.port Wed Nov 9 04:28:37 2005
|
|
|
|
+++ odk/configure.pl Fri Aug 18 15:47:43 2006
|
Import of OpenOffice.Org version 2.0.3m179.
OpenOffice is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
I would like to thank everyone who helped porting:
Peter Valchev, Kurt Miller, Dale Rahn, Ian Darwin and the OpenOffice.Org team.
This import is an explicit request by pvalchev@ and espie@.
This means that the current ports lock is still in effect and this import
is only a planned exception by the release managers.
This port is not yet connected to the builds.
okay pvalchev@, espie@
2006-08-17 10:56:21 -04:00
|
|
|
@@ -28,6 +28,10 @@ if ( $main::operatingSystem =~ /freebsd/
|
|
|
|
{
|
|
|
|
$main::makeName = "gmake";
|
|
|
|
}
|
|
|
|
+if ( $main::operatingSystem =~ /openbsd/ )
|
|
|
|
+{
|
|
|
|
+ $main::makeName = "gmake";
|
|
|
|
+}
|
|
|
|
$main::OO_SDK_MAKE_HOME_SUGGESTION = searchprog($main::makeName);
|
|
|
|
$main::makeVersion = "3.79.1";
|
|
|
|
$main::correctVersion = 0;
|