svn commit: r429592 - branches/2016Q4/textproc/scim/files

Antoine Brodin antoine at FreeBSD.org
Tue Dec 27 10:07:09 UTC 2016


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;
+ 


More information about the svn-ports-branches mailing list