svn commit: r424293 - head/textproc/scim/files

Antoine Brodin antoine at FreeBSD.org
Wed Oct 19 22:08:19 UTC 2016


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


More information about the svn-ports-head mailing list