summaryrefslogtreecommitdiff
path: root/textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 15:58:43 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 15:58:43 +0000
commit21c6f9061b9e6d02fbdc31d7895edab54c523a66 (patch)
treefbcf5c574aab923357472f09ed6b822928ca151e /textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp
parentgames/eif: Document and fix ncurses requirement, use errno.h (diff)
textproc/soothsayer: fix ncurses, missing c++ headers, not jobs safe
Notes
Notes: svn path=/head/; revision=420704
Diffstat (limited to 'textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp')
-rw-r--r--textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp b/textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp
new file mode 100644
index 000000000000..a75decc54cd3
--- /dev/null
+++ b/textproc/soothsayer/files/patch-src_tools_soothsayerDemoText.cpp
@@ -0,0 +1,10 @@
+--- src/tools/soothsayerDemoText.cpp.orig 2008-06-02 13:29:00 UTC
++++ src/tools/soothsayerDemoText.cpp
+@@ -26,6 +26,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <getopt.h>
++#include <cstdlib>
+
+ const char PROGRAM_NAME[] = "soothsayerDemoText";
+