$OpenBSD: patch-source_libffi_configure,v 1.3 2006/08/06 13:05:32 djm Exp $
--- source/libffi/configure.orig	Sun Aug  6 00:04:07 2006
+++ source/libffi/configure	Sun Aug  6 00:04:12 2006
@@ -3470,6 +3470,7 @@ fi
 
 TARGETDIR="unknown"
 case "$host" in
+x86_64-*-openbsd*) TARGET=X86_64; TARGETDIR=x86;;
 mips*-*-openbsd*) TARGET=MIPS; TARGETDIR=mips;;
 sparc-*-openbsd*) TARGET=SPARC; TARGETDIR=sparc;;
 sparc64-*-openbsd*) TARGET=SPARC; TARGETDIR=sparc;;
