git: fac9c630f3c6 - main - games/fishfight: fix patch after f3d7b45ee594

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 21 Feb 2022 16:33:34 UTC
The branch main has been updated by jbeich:

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

commit fac9c630f3c6e3d7053c31e23193ac40f8881435
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-21 16:27:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-21 16:33:18 +0000

    games/fishfight: fix patch after f3d7b45ee594
---
 games/fishfight/files/patch-miniquad | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/fishfight/files/patch-miniquad b/games/fishfight/files/patch-miniquad
index 1e441e6524cc..61c3bbd17f3f 100644
--- a/games/fishfight/files/patch-miniquad
+++ b/games/fishfight/files/patch-miniquad
@@ -73,13 +73,13 @@ error[E0428]: the name `GL_TIME_ELAPSED` is defined multiple times
  
  #[cfg(not(any(
 -    all(target_os = "linux", feature = "sapp-linux"),
-+    all(feature = "sapp-linux"), any(
++    all(feature = "sapp-linux", any(
 +        target_os = "linux",
 +        target_os = "dragonfly",
 +        target_os = "freebsd",
 +        target_os = "netbsd",
-+        target_os = "openbsd"
-+    ),
++        target_os = "openbsd",
++    )),
      target_os = "windows",
      target_arch = "wasm32"
  )))]