Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 18:34:03 +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: r327173 - head/games/construo/files
Message-ID:  <201309131834.r8DIY31D078822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 13 18:34:03 2013
New Revision: 327173
URL: http://svnweb.freebsd.org/changeset/ports/327173

Log:
  Fix build with clang/libc++

Added:
  head/games/construo/files/
  head/games/construo/files/patch-config.hxx   (contents, props changed)

Added: head/games/construo/files/patch-config.hxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/construo/files/patch-config.hxx	Fri Sep 13 18:34:03 2013	(r327173)
@@ -0,0 +1,10 @@
+--- config.hxx.orig	2003-01-11 18:37:26.000000000 +0300
++++ config.hxx	2013-09-13 20:20:18.512226481 +0400
+@@ -21,6 +21,7 @@
+ #define CONFIG_HH
+ 
+ #include <string>
++#include <cstdlib> // for getenv()
+ 
+ class Config
+ {



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