Date: Wed, 19 Oct 2016 22:08:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424293 - head/textproc/scim/files Message-ID: <201610192208.u9JM8IbE066123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 19 22:08:17 2016 New Revision: 424293 URL: https://svnweb.freebsd.org/changeset/ports/424293 Log: Fix build with clang 3.9 PR: 212687 Submitted by: emaste Approved by: maintainer timeout (1 month) Added: head/textproc/scim/files/patch-src_ltdl.cpp (contents, props changed) Added: head/textproc/scim/files/patch-src_ltdl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/scim/files/patch-src_ltdl.cpp Wed Oct 19 22:08:17 2016 (r424293) @@ -0,0 +1,11 @@ +--- src/ltdl.cpp.orig 2008-11-02 06:42:40 UTC ++++ src/ltdl.cpp +@@ -3361,7 +3361,7 @@ lt_dlopenext ( + { + lt_dlhandle handle = 0; + char * tmp = 0; +- char * ext = 0; ++ const char * ext = 0; + size_t len; + int errors = 0; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610192208.u9JM8IbE066123>