diff options
author | arved <arved@FreeBSD.org> | 2003-08-13 15:06:25 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-13 15:06:25 +0800 |
commit | d8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef (patch) | |
tree | 4b284794fc9730665973a517c053593c06b27edd /net | |
parent | f72e2717bb32e4995117d24b8e6f3f8f5b8065b8 (diff) | |
download | freebsd-ports-graphics-d8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef.tar.gz freebsd-ports-graphics-d8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef.tar.zst freebsd-ports-graphics-d8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef.zip |
Fix build on stable
Reported by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc-gui-qt/files/patch-dctc_connection.h | 10 | ||||
-rw-r--r-- | net/dctc-gui-qt/files/patch-hubwdgt.cc | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net/dctc-gui-qt/files/patch-dctc_connection.h b/net/dctc-gui-qt/files/patch-dctc_connection.h new file mode 100644 index 00000000000..07bc6bad7d8 --- /dev/null +++ b/net/dctc-gui-qt/files/patch-dctc_connection.h @@ -0,0 +1,10 @@ +--- dctc_connection.h.orig Wed Aug 13 08:54:27 2003 ++++ dctc_connection.h Wed Aug 13 08:54:44 2003 +@@ -4,6 +4,7 @@ + #include <qobject.h> + #include <qsocketdevice.h> + ++#include <sys/types.h> + #include <sys/un.h> + + class QSocketNotifier; diff --git a/net/dctc-gui-qt/files/patch-hubwdgt.cc b/net/dctc-gui-qt/files/patch-hubwdgt.cc new file mode 100644 index 00000000000..15d47585bfc --- /dev/null +++ b/net/dctc-gui-qt/files/patch-hubwdgt.cc @@ -0,0 +1,10 @@ +--- hubwdgt.cc.orig Wed Aug 13 08:57:51 2003 ++++ hubwdgt.cc Wed Aug 13 08:59:05 2003 +@@ -29,6 +29,7 @@ + #include <qfile.h> + #include <qdir.h> + #include <zlib.h> ++#include <sys/time.h> + #include "hubwdgt.h" + #include "debugdlg.h" + #include "searchdlg.h" |