1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- fix build on FreeBSD 10

- bump PORTREVISION

PR:		ports/187433
Submitted by:	Daniel Siechniewicz <daniel@nulldowntime.com>
This commit is contained in:
Olli Hauer 2014-03-16 21:23:06 +00:00
parent 0fb96cce0a
commit 0eba7edb61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348429
2 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= mk-livestatus
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://mathias-kettner.de/download/ \
LOCAL/ohauer

View File

@ -0,0 +1,13 @@
PR ports/187433: fix build on FreeBSD 10
========================================
--- ./src/LogCache.cc.orig 2014-03-16 19:32:30.000000000 +0100
+++ ./src/LogCache.cc 2014-03-16 19:33:20.000000000 +0100
@@ -25,6 +25,7 @@
#include <time.h>
#include <sys/types.h>
#include <dirent.h>
+#include <pthread.h>
#include <unistd.h>
#include <stddef.h>
#include <stdarg.h>