Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 10:07:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r429592 - branches/2016Q4/textproc/scim/files
Message-ID:  <201612271007.uBRA78ru022389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 27 10:07:07 2016
New Revision: 429592
URL: https://svnweb.freebsd.org/changeset/ports/429592

Log:
  MFH: r424293
  
  Fix build with clang 3.9
  
  PR:		212687
  Submitted by:	emaste

Added:
  branches/2016Q4/textproc/scim/files/patch-src_ltdl.cpp
     - copied unchanged from r424293, head/textproc/scim/files/patch-src_ltdl.cpp
Modified:
Directory Properties:
  branches/2016Q4/   (props changed)

Copied: branches/2016Q4/textproc/scim/files/patch-src_ltdl.cpp (from r424293, head/textproc/scim/files/patch-src_ltdl.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q4/textproc/scim/files/patch-src_ltdl.cpp	Tue Dec 27 10:07:07 2016	(r429592, copy of r424293, head/textproc/scim/files/patch-src_ltdl.cpp)
@@ -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?201612271007.uBRA78ru022389>