$OpenBSD: patch-src_Main_cxx,v 1.5 2018/07/04 09:01:59 landry Exp $

Fix logic

Index: src/Main.cxx
--- src/Main.cxx.orig
+++ src/Main.cxx
@@ -115,7 +115,7 @@ static constexpr size_t MEGABYTE = 1024 * KILOBYTE;
 static constexpr size_t DEFAULT_BUFFER_SIZE = 4 * MEGABYTE;
 
 static
-#if GCC_OLDER_THAN(5,0)
+#if GCC_OLDER_THAN(5,0) || defined(__clang__)
 /* gcc 4.x has no "constexpr" for std::max() */
 const
 #else
