svn commit: r460056 - head/devel/dmucs/files

Max Khon fjoe at FreeBSD.org
Fri Jan 26 22:40:05 UTC 2018


Author: fjoe
Date: Fri Jan 26 22:40:04 2018
New Revision: 460056
URL: https://svnweb.freebsd.org/changeset/ports/460056

Log:
  Unbreak Clang 6 build.

Added:
  head/devel/dmucs/files/patch-remhost.cc   (contents, props changed)

Added: head/devel/dmucs/files/patch-remhost.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/dmucs/files/patch-remhost.cc	Fri Jan 26 22:40:04 2018	(r460056)
@@ -0,0 +1,11 @@
+--- remhost.cc.orig	2018-01-26 22:32:32.721538000 +0000
++++ remhost.cc	2018-01-26 22:38:33.566682000 +0000
+@@ -62,7 +62,7 @@
+     std::ostringstream serverName;
+     serverName << "@" << SERVER_MACH_NAME;
+     int serverPortNum = SERVER_PORT_NUM;
+-    char *distingProp = '\0';
++    const char *distingProp = "";
+ 
+     int nextarg = 1;
+     for (; nextarg < argc; nextarg++) {


More information about the svn-ports-head mailing list