svn commit: r326540 - head/devel/libplist/files

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 19:58:39 UTC 2013


Author: bapt
Date: Fri Sep  6 19:58:38 2013
New Revision: 326540
URL: http://svnweb.freebsd.org/changeset/ports/326540

Log:
  Fix build with libc++

Added:
  head/devel/libplist/files/
  head/devel/libplist/files/patch-src__Dictionary.cpp   (contents, props changed)

Added: head/devel/libplist/files/patch-src__Dictionary.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libplist/files/patch-src__Dictionary.cpp	Fri Sep  6 19:58:38 2013	(r326540)
@@ -0,0 +1,11 @@
+--- ./src/Dictionary.cpp.orig	2013-03-19 17:34:11.000000000 +0100
++++ ./src/Dictionary.cpp	2013-09-06 21:56:58.185535926 +0200
+@@ -151,7 +151,7 @@
+         _map[key] = clone;
+         return _map.find(key);
+     }
+-    return iterator(NULL);
++    return iterator();
+ }
+ 
+ void Dictionary::Remove(Node* node)


More information about the svn-ports-all mailing list