valgrind/gcc-version.patch
Tomas Cech 321aae1516 Accepting request 294240 from home:pluskalm:branches:devel:tools
- Cleanup spec file with spec-cleaner
- Update to 3.10.1
  * bugfix release (for full list of solved issues see NEWS file)

OBS-URL: https://build.opensuse.org/request/show/294240
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=128
2015-04-02 18:28:10 +00:00

14 lines
368 B
Diff

Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -138,7 +138,7 @@ case "${is_clang}-${gcc_version}" in
notclang-4.*)
AC_MSG_RESULT([ok (${gcc_version})])
;;
- notclang-5.*)
+ notclang-5*)
AC_MSG_RESULT([ok (${gcc_version})])
;;
clang-2.9|clang-3.*|clang-4.*)