diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-05 16:15:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-05 16:15:21 +0000 |
commit | 3b412ce0dcf53c3d9f65149263c3b8a1dac77574 (patch) | |
tree | c1e65745324f57eb79d78f1ddda8e9d95bbab577 | |
parent | 4f8a6ab4f12edcebdb09cc02fb1cf0dfd4301af5 (diff) | |
download | freebsd-ports-3b412ce0dcf53c3d9f65149263c3b8a1dac77574.zip |
Add forgotten patch and fix build.
-rw-r--r-- | net/linknx/files/patch-src_linknx.cpp | 11 |
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" + |