mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
task(warrior), new recipe (#5902)
This commit is contained in:
21
app-misc/task/patches/task-2.6.0~git-source2.patchset
Normal file
21
app-misc/task/patches/task-2.6.0~git-source2.patchset
Normal file
@@ -0,0 +1,21 @@
|
||||
From 8577dac034b1b8cd7dc29bbad7f18816c4503f95 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Tue, 11 May 2021 19:03:03 +0000
|
||||
Subject: Fix undeclared timegm
|
||||
|
||||
|
||||
diff --git a/libshared-9a5f24e2acb38d05afb8f8e316a966dee196a42a/src/Datetime.cpp b/libshared-9a5f24e2acb38d05afb8f8e316a966dee196a42a/src/Datetime.cpp
|
||||
index c9f2a0b..18d15f4 100644
|
||||
--- a/libshared-9a5f24e2acb38d05afb8f8e316a966dee196a42a/src/Datetime.cpp
|
||||
+++ b/libshared-9a5f24e2acb38d05afb8f8e316a966dee196a42a/src/Datetime.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
+#define _DEFAULT_SOURCE
|
||||
#include <cmake.h>
|
||||
#include <Datetime.h>
|
||||
#include <algorithm>
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user