diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-04-08 13:53:56 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-04-08 13:53:56 +0800 |
commit | 705e471c285f0012ab5b4ffc27c49bbb2f8d2e46 (patch) | |
tree | 26a9ec8c2af87d67759858ea4b877fc197732925 /textproc/kdiff3/files | |
parent | 9c74a7089514df296ff84eee6978d50e6db262f7 (diff) | |
download | freebsd-ports-gnome-705e471c285f0012ab5b4ffc27c49bbb2f8d2e46.tar.gz freebsd-ports-gnome-705e471c285f0012ab5b4ffc27c49bbb2f8d2e46.tar.zst freebsd-ports-gnome-705e471c285f0012ab5b4ffc27c49bbb2f8d2e46.zip |
Update to 0.9.50
PR: 50697
Submitted by: MAINTAINER
Diffstat (limited to 'textproc/kdiff3/files')
-rw-r--r-- | textproc/kdiff3/files/patch-pdiff.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/kdiff3/files/patch-pdiff.cpp b/textproc/kdiff3/files/patch-pdiff.cpp new file mode 100644 index 000000000000..08fcd1eae193 --- /dev/null +++ b/textproc/kdiff3/files/patch-pdiff.cpp @@ -0,0 +1,10 @@ +--- kdiff3/pdiff.cpp.orig Mon Apr 7 21:12:32 2003 ++++ kdiff3/pdiff.cpp Mon Apr 7 21:13:01 2003 +@@ -53,6 +53,7 @@ + #else + #include <unistd.h> + #endif ++#include <errno.h> + + using namespace std; + |