mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
multimedia/audacious: Fix build with clang 16.
This commit is contained in:
parent
55e3e3fdbf
commit
72610ecbe5
1 changed files with 10 additions and 0 deletions
10
multimedia/audacious/files/patch-src_libaudcore_vfs.h
Normal file
10
multimedia/audacious/files/patch-src_libaudcore_vfs.h
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue