[Libreoffice-commits] .: set_soenv.in

Robert Nagy rnagy at kemper.freedesktop.org
Thu May 19 03:26:37 PDT 2011


 set_soenv.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37fd91073621ee7508163451e6a0eaa712874326
Author: Robert Nagy <robert at openbsd.org>
Date:   Thu May 19 12:26:44 2011 +0200

    handle amd64 and x86_64 for OpenBSD the same way

diff --git a/set_soenv.in b/set_soenv.in
index f6602c7..d03a9a8 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -380,7 +380,7 @@ elsif ( $platform =~ m/openbsd/ )
       $OSVERSION      = '@OSVERSION@';
       $OUTPATH        = "unxobsd";
       $outfile        = "OpenBSDEnv.Set.sh";
-   if ($platform =~ m/^amd64/)
+   if ($platform =~ m/^(amd64|x86_64)/)
    {
       print "Setting OpenBSD AMD64 specific values... ";
       $CPU            = "X";


More information about the Libreoffice-commits mailing list