diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-09-26 12:55:33 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-09-26 12:55:33 +0000 |
commit | 2a6ea84ccb5fb8469268c599a549c76c094cd36b (patch) | |
tree | 2db0daa7a4b4553b72f8ab4fbe25eb4d6deecdcd /textproc/zorba/files/patch-bin-debugger_main.cpp | |
parent | build issue fixed (diff) |
- Update to 2.6.0
ChangeLog: https://launchpadlibrarian.net/112669217/ChangeLog
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=304907
Diffstat (limited to 'textproc/zorba/files/patch-bin-debugger_main.cpp')
-rw-r--r-- | textproc/zorba/files/patch-bin-debugger_main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/zorba/files/patch-bin-debugger_main.cpp b/textproc/zorba/files/patch-bin-debugger_main.cpp new file mode 100644 index 000000000000..5bd4192814f0 --- /dev/null +++ b/textproc/zorba/files/patch-bin-debugger_main.cpp @@ -0,0 +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 @@ + #include <unistd.h> + #endif + ++#include <signal.h> ++ + #include <vector> + + #include <zorba/config.h> |