diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 20:31:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 20:31:34 +0000 |
commit | 826bbf08248d8998bc45b7fc5df53d904299d7c6 (patch) | |
tree | e1d02a0620c9f8ebd37509acca723adf5d854d80 /editors/dasher | |
parent | c3a141803dc348566b0403f5705c3aad6f2bbcd7 (diff) | |
download | pkgsrc-826bbf08248d8998bc45b7fc5df53d904299d7c6.tar.gz |
Anothing missing include of unistd.h.
Diffstat (limited to 'editors/dasher')
-rw-r--r-- | editors/dasher/distinfo | 3 | ||||
-rw-r--r-- | editors/dasher/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo index 9edef2a0635..03dc9afd4c6 100644 --- a/editors/dasher/distinfo +++ b/editors/dasher/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.19 2007/04/11 18:19:44 drochner Exp $ +$NetBSD: distinfo,v 1.20 2007/04/17 20:31:34 joerg Exp $ SHA1 (dasher-4.4.1.tar.bz2) = ecf3864e246e09e938c8b8c87518965a43a0695c RMD160 (dasher-4.4.1.tar.bz2) = 182793011215bb9bfb515fc4d60c829d1372c705 Size (dasher-4.4.1.tar.bz2) = 6779949 bytes +SHA1 (patch-aa) = 52a3e82bef8595efcf9aab0d5c53931fd9c9f7a7 SHA1 (patch-ab) = a5dac2d9f8a59ee4ea4370fa5b75e8e0f008fdbd diff --git a/editors/dasher/patches/patch-aa b/editors/dasher/patches/patch-aa new file mode 100644 index 00000000000..49d7d535b6e --- /dev/null +++ b/editors/dasher/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.7 2007/04/17 20:31:35 joerg Exp $ + +--- Src/Gtk2/dasher_main.cpp.orig 2007-04-17 19:50:29.000000000 +0000 ++++ Src/Gtk2/dasher_main.cpp +@@ -1,5 +1,7 @@ + #include "config.h" + ++#include <unistd.h> ++ + #include <gdk/gdk.h> + #include <gdk/gdkx.h> + #include <glade/glade.h> |