diff options
author | joerg <joerg> | 2007-08-05 16:36:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-05 16:36:11 +0000 |
commit | 313871aa2f6cca99f37de4d248242023600b77b2 (patch) | |
tree | 883bc54519cafd81ae1c9336fc754fa2c7e0cb28 /misc/vym/patches | |
parent | 66c1ab98b8651d2c8a755a1696361d3390697ede (diff) | |
download | pkgsrc-313871aa2f6cca99f37de4d248242023600b77b2.tar.gz |
Include unistd.h for mkdtemp.
Diffstat (limited to 'misc/vym/patches')
-rw-r--r-- | misc/vym/patches/patch-aa | 13 | ||||
-rw-r--r-- | misc/vym/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/misc/vym/patches/patch-aa b/misc/vym/patches/patch-aa new file mode 100644 index 00000000000..ff3fae38caa --- /dev/null +++ b/misc/vym/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2007/08/05 16:36:11 joerg Exp $ + +--- file.cpp.orig 2007-08-05 15:41:08.000000000 +0000 ++++ file.cpp +@@ -2,6 +2,8 @@ + #include <qmessagebox.h> + #include <iostream> + ++#include <unistd.h> ++ + #include "file.h" + #include "process.h" + diff --git a/misc/vym/patches/patch-ab b/misc/vym/patches/patch-ab new file mode 100644 index 00000000000..aa7eca7c305 --- /dev/null +++ b/misc/vym/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2007/08/05 16:36:11 joerg Exp $ + +--- mainwindow.cpp.orig 2007-08-05 15:57:51.000000000 +0000 ++++ mainwindow.cpp +@@ -19,6 +19,8 @@ + #include <cstdlib> + #include <typeinfo> + ++#include <unistd.h> ++ + #include "aboutdialog.h" + #include "exportoofiledialog.h" + #include "exports.h" |