[Bug 226969] net-mgmt/vidalia: Fix build with recent clang

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 27 10:55:24 UTC 2018


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

            Bug ID: 226969
           Summary: net-mgmt/vidalia: Fix build with recent clang
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: fk at fabiankeil.de

Created attachment 191865
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191865&action=edit
net-mgmt/vidalia: Fix build with recent clang

The attached patch lets vidalia build again with recent clang versions.

Previously the build failed with messages like:
src/tools/ts2po/ts2po.cpp:51:43: error: invalid suffix on literal; C++11
requires a space between literal and identifier
[-Wreserved-user-defined-literal]
  header.append("\"Report-Msgid-Bugs-To: "TS2PO_CONTACT_ADDR"\\n\"\n");
                                          ^

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


More information about the freebsd-ports-bugs mailing list