1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

multimedia/nymphcast: fix build on FreeBSD 12 (missing includes)

This commit is contained in:
Adriaan de Groot 2022-03-23 13:28:36 +01:00
parent 8b0e138a17
commit 66b823a418
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= NymphCast
DISTVERSION= v0.1-rc1
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= adridg@FreeBSD.org

View File

@ -0,0 +1,11 @@
--- gui/core/utils/TimeUtil.h.orig 2022-03-22 09:33:58 UTC
+++ gui/core/utils/TimeUtil.h
@@ -2,6 +2,8 @@
#ifndef ES_CORE_UTILS_TIME_UTIL_H
#define ES_CORE_UTILS_TIME_UTIL_H
+#include <time.h>
+
#include <string>
namespace Utils