Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 01:50:34 +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: r327128 - head/games/tetzle/files
Message-ID:  <201309130150.r8D1oY16083179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 13 01:50:33 2013
New Revision: 327128
URL: http://svnweb.freebsd.org/changeset/ports/327128

Log:
  Fix build with clang/libc++

Added:
  head/games/tetzle/files/
  head/games/tetzle/files/patch-src-path.cpp   (contents, props changed)

Added: head/games/tetzle/files/patch-src-path.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/tetzle/files/patch-src-path.cpp	Fri Sep 13 01:50:33 2013	(r327128)
@@ -0,0 +1,11 @@
+--- src/path.cpp.orig	2013-02-28 21:57:04.000000000 +0400
++++ src/path.cpp	2013-09-13 05:27:35.631233459 +0400
+@@ -24,6 +24,8 @@
+ 
+ #include "path.h"
+ 
++#include <cstdlib> // for getenv()
++
+ #include <QDesktopServices>
+ #include <QDir>
+ #include <QFile>



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