openbsd-ports/devel/ccache/patches/patch-test_sh
sthen fff88c564d Update to ccache-3.1.5.
Drop Ben as maintainer as he doesn't have time at present.
2011-06-22 09:20:02 +00:00

13 lines
426 B
Plaintext

$OpenBSD: patch-test_sh,v 1.1 2011/06/22 09:20:02 sthen Exp $
--- test.sh.orig Wed Jun 22 10:12:44 2011
+++ test.sh Wed Jun 22 10:12:59 2011
@@ -1767,7 +1767,7 @@ fi
compiler_version="`$COMPILER --version 2>&1 | head -1`"
case $compiler_version in
- *gcc*|2.95*)
+ *gcc*|*GCC*|2.95*)
;;
*)
echo "WARNING: Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2