git: 4e7a42f3dcd1 - main - audio/vsound: fix build with newer config.guess/config.sub

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Tue, 30 Aug 2022 13:47:50 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e7a42f3dcd1964d00db8190fb049dcec5279ac9

commit 4e7a42f3dcd1964d00db8190fb049dcec5279ac9
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-08-30 13:07:24 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-08-30 13:47:46 +0000

    audio/vsound: fix build with newer config.guess/config.sub
---
 audio/vsound/files/patch-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/vsound/files/patch-configure b/audio/vsound/files/patch-configure
index ebe6145e50c7..eedbb4de6b0b 100644
--- a/audio/vsound/files/patch-configure
+++ b/audio/vsound/files/patch-configure
@@ -31,7 +31,7 @@
  
  case "$target_cpu" in
 -	alpha* | i?86 )
-+	alpha* | i?86 | ia64* | amd64* | aarch64 | arm*)
++	alpha* | i?86 | ia64* | amd64* | aarch64 | arm* | x86_64*)
  		ac_cv_cpu_endian_ness="little"
  		;;