1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix build on amd64

Reported by:	pav
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-01-20 02:02:51 +00:00
parent c13d10ec26
commit 96a5e293a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226490

View File

@ -0,0 +1,11 @@
--- configure.ac 2009-01-19 18:15:44.000000000 -0500
+++ configure.ac 2009-01-19 18:16:11.000000000 -0500
@@ -50,7 +50,7 @@
ARCH_SPECIFIC_CFLAGS=""
ARCH_STRING="X86"
;;
- x86_64-*)
+ x86_64-* | amd64-* )
AC_DEFINE(ARCH_X86_64, 1, [Architecture is x86-64])
ARCH_SPECIFIC_CFLAGS="-DUSE_ADDR64"
ARCH_STRING="X86-64"