Skip to content

Commit

Permalink
audio/sayonara: try to fix build (attempt #3)
Browse files Browse the repository at this point in the history
Continuing story of "it builds in my poudriere, which is approximately
FreeBSD 13.2, and fails on the cluster".
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Jun 1, 2024
1 parent b85c2fd commit 3d0d904
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion audio/sayonara/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= sayonara
DISTVERSION= 1.9.0
DISTVERSIONSUFFIX= -stable1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio

MAINTAINER= adridg@FreeBSD.org
Expand Down
11 changes: 11 additions & 0 deletions audio/sayonara/files/patch-src_Gui_InfoDialog_GUI__InfoDialog.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/Gui/InfoDialog/GUI_InfoDialog.cpp.orig 2024-05-13 19:42:03 UTC
+++ src/Gui/InfoDialog/GUI_InfoDialog.cpp
@@ -47,6 +47,8 @@
#include <QTabBar>
#include <QTableWidgetItem>

+#include <unordered_map>
+
namespace
{
enum StackedWidgetTab

0 comments on commit 3d0d904

Please sign in to comment.