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:
parent
0fb96cce0a
commit
0eba7edb61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348429
@ -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
|
||||
|
13
net-mgmt/mk-livestatus/files/patch-src__LogCache.cc
Normal file
13
net-mgmt/mk-livestatus/files/patch-src__LogCache.cc
Normal 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>
|
Loading…
Reference in New Issue
Block a user