summaryrefslogtreecommitdiff
path: root/databases/mariadb104-client/patches/patch-BUILD_compile-pentium32-gcov
blob: 6ac5e669b2fb1b61c3e575bf15068106f93a887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-BUILD_compile-pentium32-gcov,v 1.1 2021/05/08 19:47:16 jdolecek Exp $

Shell portability.

--- BUILD/compile-pentium32-gcov.orig	2020-01-26 20:43:49.000000000 +0000
+++ BUILD/compile-pentium32-gcov
@@ -22,7 +22,7 @@ CCACHE_GCOV_VERSION_ENABLED=0
 if ccache -V > /dev/null 2>&1
 then
   CCACHE_VER=`ccache -V | head -1 | sed s/"ccache version "//`
-  if test "$CCACHE_VER" == "2.4-gcov"
+  if test "$CCACHE_VER" = "2.4-gcov"
   then
     CCACHE_GCOV_VERSION_ENABLED=1
   else