[145395] trunk/dports/lang/cccc/files/patch-cccc_tbl.cc.diff

khindenburg at macports.org khindenburg at macports.org
Wed Feb 3 19:04:37 PST 2016


Revision: 145395
          https://trac.macports.org/changeset/145395
Author:   khindenburg at macports.org
Date:     2016-02-03 19:04:36 -0800 (Wed, 03 Feb 2016)
Log Message:
-----------
cccc: add patch to fix build; maintainer timeout #48114

Added Paths:
-----------
    trunk/dports/lang/cccc/files/patch-cccc_tbl.cc.diff

Added: trunk/dports/lang/cccc/files/patch-cccc_tbl.cc.diff
===================================================================
--- trunk/dports/lang/cccc/files/patch-cccc_tbl.cc.diff	                        (rev 0)
+++ trunk/dports/lang/cccc/files/patch-cccc_tbl.cc.diff	2016-02-04 03:04:36 UTC (rev 145395)
@@ -0,0 +1,12 @@
+#http://sourceforge.net/p/cccc/bugs/55/
+--- cccc/cccc_tbl.cc	2015-06-20 09:00:33.000000000 +0200
++++ cccc/cccc_tbl.cc.patch	2015-06-20 09:03:19.000000000 +0200
+@@ -96,7 +96,7 @@
+   typename map_t::iterator value_iterator=map_t::find(old_item_ptr->key());
+   if(value_iterator!=map_t::end())
+     {
+-      erase(value_iterator);
++      map_t::erase(value_iterator);
+       retval=true;
+     }
+   return retval;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160203/5eb47048/attachment.html>


More information about the macports-changes mailing list