diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:29:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:29:16 +0000 |
commit | 1d878e5482a8713fd75de7ca3b3d80adad664ecc (patch) | |
tree | 679db820df14078b99b7ea2f0f548be1908c905b /ftp/caitoo/files/patch-aa | |
parent | Activating the chemeq, clustalw, paml, and phylip ports. (diff) |
Adding caitoo version 0.6.6.
A KDE/Qt based GetRight(tm)/Go!zilla(tm) downloader alike formerly known as
KGet.
PR: 19208
Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
Diffstat (limited to 'ftp/caitoo/files/patch-aa')
-rw-r--r-- | ftp/caitoo/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/caitoo/files/patch-aa b/ftp/caitoo/files/patch-aa new file mode 100644 index 000000000000..21f31731aa7b --- /dev/null +++ b/ftp/caitoo/files/patch-aa @@ -0,0 +1,10 @@ +--- caitoo/kmainwidget.cpp.orig Sun Jun 11 04:09:58 2000 ++++ caitoo/kmainwidget.cpp Sun Jun 11 04:11:28 2000 +@@ -60,6 +60,7 @@ + #undef map + #include <sys/sockio.h> // needed for SIOCGIFFLAGS + #else ++#include <sys/socket.h> + #include <net/if.h> + #endif + |