Skip to content
Snippets Groups Projects
Commit 76d8d035 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

multimedia/nymphcast: fix build on 12-

Needs an explicit <time.h> that gets pulled in implicitly
on newer FreeBSD releases (thanks to imp@ making the headers
less annoyingly-pedantic).
parent a127e8e2
No related branches found
No related tags found
No related merge requests found
PORTNAME= NymphCast PORTNAME= NymphCast
DISTVERSION= v0.1-rc0 DISTVERSION= v0.1-rc0
PORTREVISION= 1
CATEGORIES= multimedia CATEGORIES= multimedia
# -p3 because WRKSRC_SUBDIR is set; the patches are from the toplevel, # -p3 because WRKSRC_SUBDIR is set; the patches are from the toplevel,
......
--- gui/core/utils/TimeUtil.h.orig 2022-02-16 14:27:26 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 <ctime>
+
#include <string>
namespace Utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment