1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/poslib/files/patch-tools__fileserver.cpp
Pawel Pekala fa94e87031 - Fix build with clang
- Support CXXFLAGS properly
- Add LICENSE
- Support staging

PR:		ports/184849
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 12:15:04 +00:00

11 lines
215 B
C++

--- tools/fileserver.cpp.orig
+++ tools/fileserver.cpp
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
+#include <limits.h>
DnsMessage *my_handle_query(pending_query *query);