diff options
author | marino <marino@FreeBSD.org> | 2016-08-23 22:42:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-23 22:42:02 +0800 |
commit | b6d63d4ab88db69a9adc7d1cc4d69e85c39f209b (patch) | |
tree | 913e87205742166764d491ab29692aea0e81b6c2 /mail/gubby/files | |
parent | c906bf4e70a6562d7f2ed69a4d3339eddc72f5a0 (diff) | |
download | freebsd-ports-gnome-b6d63d4ab88db69a9adc7d1cc4d69e85c39f209b.tar.gz freebsd-ports-gnome-b6d63d4ab88db69a9adc7d1cc4d69e85c39f209b.tar.zst freebsd-ports-gnome-b6d63d4ab88db69a9adc7d1cc4d69e85c39f209b.zip |
mail/gubby: document ncurses required, add missing c++ header
Approved by: ncurses blanket
Diffstat (limited to 'mail/gubby/files')
-rw-r--r-- | mail/gubby/files/patch-include_die.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/gubby/files/patch-include_die.h b/mail/gubby/files/patch-include_die.h new file mode 100644 index 000000000000..746d2fe7864b --- /dev/null +++ b/mail/gubby/files/patch-include_die.h @@ -0,0 +1,10 @@ +--- include/die.h.orig 2004-12-18 04:29:19 UTC ++++ include/die.h +@@ -1,6 +1,7 @@ + // Gubby + // csl@sublevel3.org + ++#include <cstdlib> + #include <string> + + void die(const std::string& s); |