svn commit: r327199 - head/games/crrcsim/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 14 01:14:43 UTC 2013


Author: amdmi3
Date: Sat Sep 14 01:14:42 2013
New Revision: 327199
URL: http://svnweb.freebsd.org/changeset/ports/327199

Log:
  Fix build with clang/libc++

Added:
  head/games/crrcsim/files/patch-src-mod__chardevice-chardevicebase.h   (contents, props changed)

Added: head/games/crrcsim/files/patch-src-mod__chardevice-chardevicebase.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/crrcsim/files/patch-src-mod__chardevice-chardevicebase.h	Sat Sep 14 01:14:42 2013	(r327199)
@@ -0,0 +1,11 @@
+--- src/mod_chardevice/chardevicebase.h.orig	2010-06-02 23:58:04.000000000 +0400
++++ src/mod_chardevice/chardevicebase.h	2013-09-13 21:32:52.875235168 +0400
+@@ -46,6 +46,8 @@
+ #endif
+ 
+ 
++#include <string>
++
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>


More information about the svn-ports-all mailing list