diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:56:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:56:24 +0000 |
commit | 74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8 (patch) | |
tree | 5a2cd52714027788ca840d18e6087ab373c335b4 /devel/qt4-qvfb/files/patch-qwssignalhandler_p.h | |
parent | Remove port: Included with all current python versions in ports tree. (diff) |
Add qt4, a multiplatform C++ application framework
Notes
Notes:
svn path=/head/; revision=184304
Diffstat (limited to 'devel/qt4-qvfb/files/patch-qwssignalhandler_p.h')
-rw-r--r-- | devel/qt4-qvfb/files/patch-qwssignalhandler_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h b/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h new file mode 100644 index 000000000000..b427205e2fbd --- /dev/null +++ b/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h @@ -0,0 +1,11 @@ +--- qwssignalhandler_p.h.orig Sun Jan 14 15:52:43 2007 ++++ qwssignalhandler_p.h Sun Jan 14 15:52:57 2007 +@@ -39,6 +39,8 @@ + #include <QtCore/qvector.h> + #include <signal.h> + ++typedef void (*sighandler_t)(int); ++ + class QWSSignalHandler + { + public: |