diff options
author | wulf <wulf@pkgsrc.org> | 2005-12-11 11:16:35 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-12-11 11:16:35 +0000 |
commit | 9206eaa4aa15311f6483cfacbed7c4f0a466ded5 (patch) | |
tree | 181990d06e91e5f5419ebad476b4c22dcdae2155 /ham/gnuradio-core/patches/patch-ab | |
parent | 22c69426017f383b921fe2525648d379f0b3db10 (diff) | |
download | pkgsrc-9206eaa4aa15311f6483cfacbed7c4f0a466ded5.tar.gz |
Update gnuradio-core to 2.6:
* several new methods added
* many bugfixes
* code speed optimization
Diffstat (limited to 'ham/gnuradio-core/patches/patch-ab')
-rw-r--r-- | ham/gnuradio-core/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ham/gnuradio-core/patches/patch-ab b/ham/gnuradio-core/patches/patch-ab index 28afbc7a4a3..dc11b002d3d 100644 --- a/ham/gnuradio-core/patches/patch-ab +++ b/ham/gnuradio-core/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1 2005/12/01 19:02:45 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2005/12/11 11:16:35 wulf Exp $ ---- src/lib/runtime/gr_error_handler.cc.orig 2005-12-01 18:18:08.000000000 +0000 -+++ src/lib/runtime/gr_error_handler.cc -@@ -48,6 +48,10 @@ - #include <assert.h> - #include <stdexcept> +--- src/lib/runtime/gr_error_handler.cc.orig 2005-06-24 13:01:16.000000000 +0930 ++++ src/lib/runtime/gr_error_handler.cc 2005-12-11 05:15:23.000000000 +1030 +@@ -53,6 +53,10 @@ + #include <io.h> + #endif +#ifdef HAVE_UNISTD_H +#include <unistd.h> |