Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 10:55:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226969] net-mgmt/vidalia: Fix build with recent clang
Message-ID:  <bug-226969-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226969

            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@FreeBSD.org
          Reporter: fk@fabiankeil.de

Created attachment 191865
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191865&action=
=3Dedit
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");
                                          ^

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



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