git: 1acbf9f8e289 - main - emulators/skeye: fix build when the target_cpu is x86_64

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 12:42:32 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1acbf9f8e289fa424103a41aef572a869b1a884a

commit 1acbf9f8e289fa424103a41aef572a869b1a884a
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-09-02 13:21:36 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-09-05 12:42:23 +0000

    emulators/skeye: fix build when the target_cpu is x86_64
    
    With the update of config.guess and config.sub the target_cpu will
    be x86_64 instead of amd64 for autotools scripts, prepare for it.
---
 emulators/skyeye/files/patch-configure | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/emulators/skyeye/files/patch-configure b/emulators/skyeye/files/patch-configure
new file mode 100644
index 000000000000..1cb65208950c
--- /dev/null
+++ b/emulators/skyeye/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig	2008-06-10 15:09:41 UTC
++++ configure
+@@ -4353,10 +4353,6 @@ case "${build}" in
+     CFLAGS=""
+     dbct=false
+    ;;
+-  x86_64-*-*)
+-    CFLAGS=""
+-    dbct=false
+-    ;;
+   i[3456789]86-*-mingw32*)
+     CFLAGS=""
+      dbct=false