svn commit: r327213 - head/graphics/glosm/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Sep 14 03:05:41 UTC 2013
Author: amdmi3
Date: Sat Sep 14 03:05:40 2013
New Revision: 327213
URL: http://svnweb.freebsd.org/changeset/ports/327213
Log:
Fix build with clang/libc++
Added:
head/graphics/glosm/files/patch-libglosm-server-src-PreloadedXmlDatasource.cc (contents, props changed)
Added: head/graphics/glosm/files/patch-libglosm-server-src-PreloadedXmlDatasource.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/glosm/files/patch-libglosm-server-src-PreloadedXmlDatasource.cc Sat Sep 14 03:05:40 2013 (r327213)
@@ -0,0 +1,10 @@
+--- libglosm-server/src/PreloadedXmlDatasource.cc.orig 2011-02-27 18:05:45.000000000 +0300
++++ libglosm-server/src/PreloadedXmlDatasource.cc 2013-09-14 06:33:17.667228216 +0400
+@@ -46,6 +46,7 @@
+
+ #include <fcntl.h>
+ #include <expat.h>
++#include <unistd.h>
+
+ #include <cstring>
+ #include <stdexcept>
More information about the svn-ports-head
mailing list