$OpenBSD: patch-src_ints_int10_vesa_cpp,v 1.1 2018/04/10 15:25:45 jsg Exp $

Fix build with clang 6.0.

Index: src/ints/int10_vesa.cpp
--- src/ints/int10_vesa.cpp.orig
+++ src/ints/int10_vesa.cpp
@@ -39,7 +39,7 @@ static struct {
 static char string_oem[]="S3 Incorporated. Trio64";
 static char string_vendorname[]="DOSBox Development Team";
 static char string_productname[]="DOSBox - The DOS Emulator";
-static char string_productrev[]="DOSBox "VERSION;
+static char string_productrev[]="DOSBox " VERSION;
 
 #ifdef _MSC_VER
 #pragma pack (1)
