Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 01:14:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327199 - head/games/crrcsim/files
Message-ID:  <201309140114.r8E1Ega0016672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140114.r8E1Ega0016672>