mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
BeScreenCapture: bump version (#4398)
This commit is contained in:
committed by
Sergei Reznikov
parent
409ab264c4
commit
214ea7ef2a
@@ -10,7 +10,7 @@ LICENSE="BSD (3-clause)
|
||||
MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0daa413880180029602a9a818187afc429d42f7064f9a74c626801e52aedff59"
|
||||
CHECKSUM_SHA256="f110198f9c5d518543d98779946266787d42659aaf42ffb73bfb43d68fa22d84"
|
||||
SOURCE_FILENAME="bescreencapture-$portVersion.tar.gz"
|
||||
PATCHES="bescreencapture-$portVersion.patchset"
|
||||
|
||||
@@ -5,17 +5,17 @@ Subject: include algorithm for std::max.
|
||||
|
||||
|
||||
diff --git a/OutputView.cpp b/OutputView.cpp
|
||||
index 109d7ab..218b096 100644
|
||||
index 8e56611..2bf0315 100644
|
||||
--- a/OutputView.cpp
|
||||
+++ b/OutputView.cpp
|
||||
@@ -31,6 +31,7 @@
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <Screen.h>
|
||||
#include <TextControl.h>
|
||||
#include <Window.h>
|
||||
|
||||
+#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
--
|
||||
2.19.1
|
||||
2.24.0
|
||||
|
||||
Reference in New Issue
Block a user