[Libreoffice-commits] core.git: configure.ac

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 10:22:00 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 93152e2633c3da2b1993c69857baf11edada705e
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date:   Tue Jun 10 18:22:53 2014 +0200

    On FreeBSD x86_64 is named amd64
    
    Change-Id: I14c653f8b3fe0dc9855aa51643cfc40cbccb763e
    Reviewed-on: https://gerrit.libreoffice.org/9714
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/configure.ac b/configure.ac
index 63e9667..65dd75e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4209,7 +4209,7 @@ freebsd*)
         PLATFORMID=freebsd_x86
         OUTPATH=unxfbsdi
         ;;
-    x86_64)
+    x86_64|amd64)
         CPUNAME=X86_64
         RTL_ARCH=X86_64
         PLATFORMID=freebsd_x86_64


More information about the Libreoffice-commits mailing list