svn commit: r327173 - head/games/construo/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 13 18:34:04 UTC 2013


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
+ {


More information about the svn-ports-head mailing list