aboutsummaryrefslogtreecommitdiff
path: root/games/fishfight
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-21 16:27:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-21 16:33:18 +0000
commitfac9c630f3c6e3d7053c31e23193ac40f8881435 (patch)
treedaa1f6bcbcdaf00131ad5737e811afc05e0f3437 /games/fishfight
parent6b5ab5df4a5f697bb2485af1d2a317a6195db182 (diff)
downloadports-fac9c630f3c6e3d7053c31e23193ac40f8881435.tar.gz
ports-fac9c630f3c6e3d7053c31e23193ac40f8881435.zip
games/fishfight: fix patch after f3d7b45ee594
Diffstat (limited to 'games/fishfight')
-rw-r--r--games/fishfight/files/patch-miniquad6
1 files 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"
)))]