[Bug 225566] emulators/dosbox: Fix build with clang 6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 30 16:47:59 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225566

            Bug ID: 225566
           Summary: emulators/dosbox: Fix build with clang 6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jhb at FreeBSD.org
                CC: knyght at gmail.com
                CC: knyght at gmail.com
             Flags: maintainer-feedback?(knyght at gmail.com)

dosbox fails to build with the following error on clang 6 in HEAD:

int10_vesa.cpp:42:42: error: invalid suffix on literal; C++11 requires a space
b
etween literal and identifier [-Wreserved-user-defined-literal]
static char string_productrev[]="DOSBox "VERSION;
                                         ^


Patch at https://reviews.freebsd.org/D14132 fixes the build for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list