diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-15 07:28:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-15 07:28:58 +0000 |
commit | 4de736ea9aa839b12b591731a60cc7ff098bd60b (patch) | |
tree | db9f3689e5d69d144c558b34e92d2d50d8a0b375 /textproc/zorba/files/patch-bin-debugger_main.cpp | |
parent | Update to 4.5.1. (diff) |
- Fix build on 9.x and above. 8.x needs some more investigation.
Notes
Notes:
svn path=/head/; revision=368250
Diffstat (limited to 'textproc/zorba/files/patch-bin-debugger_main.cpp')
-rw-r--r-- | textproc/zorba/files/patch-bin-debugger_main.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/zorba/files/patch-bin-debugger_main.cpp b/textproc/zorba/files/patch-bin-debugger_main.cpp index 5bd4192814f0..6ff3f76ee35f 100644 --- a/textproc/zorba/files/patch-bin-debugger_main.cpp +++ b/textproc/zorba/files/patch-bin-debugger_main.cpp @@ -1,10 +1,11 @@ ---- bin/debugger/main.cpp.orig 2012-06-21 11:19:43.000000000 +0200 -+++ bin/debugger/main.cpp 2012-06-21 11:19:27.000000000 +0200 -@@ -22,6 +22,8 @@ +--- bin/debugger/main.cpp.orig 2012-10-04 00:35:17.000000000 +0200 ++++ bin/debugger/main.cpp 2014-09-11 15:46:51.000000000 +0200 +@@ -22,6 +22,9 @@ #include <unistd.h> #endif +#include <signal.h> ++#include <stdlib.h> + #include <vector> |