svn commit: r327128 - head/games/tetzle/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 13 01:50:34 UTC 2013
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>
More information about the svn-ports-all
mailing list