Skip to content

Commit

Permalink
multimedia/audacious: Fix build with clang 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
madpilot78 committed Jun 28, 2023
1 parent 55e3e3f commit 72610ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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

0 comments on commit 72610ec

Please sign in to comment.