Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2018 18:17:35 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461009 - head/emulators/dosbox/files
Message-ID:  <201802051817.w15IHZcu088576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb (src,doc committer)
Date: Mon Feb  5 18:17:34 2018
New Revision: 461009
URL: https://svnweb.freebsd.org/changeset/ports/461009

Log:
  Fix build of dosbox with clang 6.
  
  Approved by:	knyght@gmail.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D14132

Added:
  head/emulators/dosbox/files/patch-src_ints_int10_vesa.cpp   (contents, props changed)

Added: head/emulators/dosbox/files/patch-src_ints_int10_vesa.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/dosbox/files/patch-src_ints_int10_vesa.cpp	Mon Feb  5 18:17:34 2018	(r461009)
@@ -0,0 +1,11 @@
+--- src/ints/int10_vesa.cpp.orig	2018-01-28 08:20:24.891924000 -0800
++++ src/ints/int10_vesa.cpp	2018-01-28 08:20:38.015119000 -0800
+@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802051817.w15IHZcu088576>