mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
utox: fix build
This commit is contained in:
parent
d24c1f1ddc
commit
8aa04c96da
1 changed files with 11 additions and 0 deletions
11
srcpkgs/utox/patches/ftbfs.patch
Normal file
11
srcpkgs/utox/patches/ftbfs.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/av/audio.h
|
||||
+++ src/av/audio.h
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
-typedef struct ALCdevice_struct ALCdevice;
|
||||
+typedef struct ALCdevice ALCdevice;
|
||||
|
||||
extern bool utox_audio_thread_init;
|
||||
|
Loading…
Add table
Reference in a new issue