mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
audio/sayonara: repair build (2nd attempt)
My own not-quite-13.2 systems build sayonara fine, but the cluster has been sending pkg-fallout messages. Add another C++ header.
This commit is contained in:
parent
cf2dec759e
commit
1a2fd6d5ea
@ -1,7 +1,7 @@
|
||||
PORTNAME= sayonara
|
||||
DISTVERSION= 1.9.0
|
||||
DISTVERSIONSUFFIX= -stable1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
@ -1,6 +1,13 @@
|
||||
--- src/Utils/Tagging/MP4/PopularimeterFrame.cpp.orig 2024-04-01 19:55:44 UTC
|
||||
--- src/Utils/Tagging/MP4/PopularimeterFrame.cpp.orig 2024-01-27 22:05:38 UTC
|
||||
+++ src/Utils/Tagging/MP4/PopularimeterFrame.cpp
|
||||
@@ -28,7 +28,7 @@ namespace
|
||||
@@ -22,13 +22,14 @@
|
||||
#include <QString>
|
||||
#include "Tagging/TaggingUtils.h"
|
||||
|
||||
+#include <array>
|
||||
#include <optional>
|
||||
|
||||
namespace
|
||||
{
|
||||
[[nodiscard]] int fourBytesToInteger(const int32_t fourBytes)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user