$NetBSD$

--- src/3rdparty/chromium/third_party/ffmpeg/configure.orig	2019-08-09 13:46:06.000000000 +0000
+++ src/3rdparty/chromium/third_party/ffmpeg/configure
@@ -4852,7 +4852,7 @@ elif enabled mips; then
                 disable mipsdsp
                 disable mipsdspr2
                 # When gcc version less than 5.3.0, add -fno-expensive-optimizations flag.
-                if [ $cc == gcc ]; then
+                if [ $cc = gcc ]; then
                     gcc_version=$(gcc -dumpversion)
                     if [ "$(echo "$gcc_version 5.3.0" | tr " " "\n" | sort -rV | head -n 1)" == "$gcc_version" ]; then
                         expensive_optimization_flag=""
