Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2023 12:47:38 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72610ecbe5d5 - main - multimedia/audacious: Fix build with clang 16.
Message-ID:  <202306281247.35SClc8k059985@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72610ecbe5d5b8ea93f4ebcf35148f61cddd7a23

commit 72610ecbe5d5b8ea93f4ebcf35148f61cddd7a23
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-06-28 11:22:32 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-06-28 12:47:03 +0000

    multimedia/audacious: Fix build with clang 16.
---
 multimedia/audacious/files/patch-src_libaudcore_vfs.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/multimedia/audacious/files/patch-src_libaudcore_vfs.h b/multimedia/audacious/files/patch-src_libaudcore_vfs.h
new file mode 100644
index 000000000000..9c6edc1ee551
--- /dev/null
+++ b/multimedia/audacious/files/patch-src_libaudcore_vfs.h
@@ -0,0 +1,10 @@
+--- src/libaudcore/vfs.h.orig	2023-04-29 20:10:24 UTC
++++ src/libaudcore/vfs.h
+@@ -51,6 +51,7 @@ enum VFSSeekType
+ 
+ enum VFSSeekType
+ {
++    VFS_SEEK_UNK = -1,
+     VFS_SEEK_SET = 0,
+     VFS_SEEK_CUR = 1,
+     VFS_SEEK_END = 2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306281247.35SClc8k059985>