Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2022 16:33:34 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fac9c630f3c6 - main - games/fishfight: fix patch after f3d7b45ee594
Message-ID:  <202202211633.21LGXYr1021748@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
  )))]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202211633.21LGXYr1021748>