openbsd-ports/editors/openoffice3/patches/patch-odk_configure_pl
robert 63e78dd49d update to openoffice 3.0.1rc1;
this now builds with gcc4
2009-01-22 17:44:38 +00:00

15 lines
484 B
Plaintext

$OpenBSD: patch-odk_configure_pl,v 1.2 2009/01/22 17:44:39 robert Exp $
--- odk/configure.pl.orig.port Fri Aug 1 07:27:04 2008
+++ odk/configure.pl Thu Jan 15 14:47:50 2009
@@ -42,6 +42,10 @@ if ( $main::operatingSystem =~ m/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;