aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-06 00:15:21 +0800
committermat <mat@FreeBSD.org>2014-01-06 00:15:21 +0800
commit7fef5fb9ebed83fc0539a85fc1d4bbeed0fdfcbc (patch)
treec1e65745324f57eb79d78f1ddda8e9d95bbab577 /net
parentd99429b38be15c24637c67fd2025cd47d0ee2f88 (diff)
downloadfreebsd-ports-gnome-7fef5fb9ebed83fc0539a85fc1d4bbeed0fdfcbc.tar.gz
freebsd-ports-gnome-7fef5fb9ebed83fc0539a85fc1d4bbeed0fdfcbc.tar.zst
freebsd-ports-gnome-7fef5fb9ebed83fc0539a85fc1d4bbeed0fdfcbc.zip
Add forgotten patch and fix build.
Diffstat (limited to 'net')
-rw-r--r--net/linknx/files/patch-src_linknx.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/linknx/files/patch-src_linknx.cpp b/net/linknx/files/patch-src_linknx.cpp
new file mode 100644
index 000000000000..8562e299527c
--- /dev/null
+++ b/net/linknx/files/patch-src_linknx.cpp
@@ -0,0 +1,11 @@
+--- src/linknx.cpp.orig 2012-02-12 14:43:55.000000000 +0100
++++ src/linknx.cpp 2012-04-10 17:58:03.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include <fcntl.h>
+ #include <cstring>
+ #include <pthsem.h>
++#include <sys/stat.h>
+ #include "config.h"
+ #include "ticpp.h"
+ #include "eibclient.h"
+