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

New commits:
commit 93152e2633c3da2b1993c69857baf11edada705e
Author: Baptiste Daroussin <b...@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 <mst...@redhat.com>
    Reviewed-by: Michael Stahl <mst...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to