$OpenBSD: patch-src_Main_cxx,v 1.6 2019/01/02 21:32:32 landry Exp $

Fix logic

Index: src/Main.cxx
--- src/Main.cxx.orig
+++ src/Main.cxx
@@ -116,7 +116,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
