diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 02:34:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 02:34:03 +0800 |
commit | 0ba3b3b9641898b223364ff88260f66731cfe641 (patch) | |
tree | 99166f975febb0590218223b1e059830c37e9c6f /games | |
parent | 6490a38997098eb337a8f7972741ace923b792ef (diff) | |
download | freebsd-ports-gnome-0ba3b3b9641898b223364ff88260f66731cfe641.tar.gz freebsd-ports-gnome-0ba3b3b9641898b223364ff88260f66731cfe641.tar.zst freebsd-ports-gnome-0ba3b3b9641898b223364ff88260f66731cfe641.zip |
Fix build with clang/libc++
Diffstat (limited to 'games')
-rw-r--r-- | games/construo/files/patch-config.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/construo/files/patch-config.hxx b/games/construo/files/patch-config.hxx new file mode 100644 index 000000000000..11a967190169 --- /dev/null +++ b/games/construo/files/patch-config.hxx @@ -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 + { |