From 8aa04c96da2a8d3da53b42526bb5963a807833f5 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 18:01:09 +0100 Subject: [PATCH] utox: fix build --- srcpkgs/utox/patches/ftbfs.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/utox/patches/ftbfs.patch diff --git a/srcpkgs/utox/patches/ftbfs.patch b/srcpkgs/utox/patches/ftbfs.patch new file mode 100644 index 00000000000..b17a97f13d4 --- /dev/null +++ b/srcpkgs/utox/patches/ftbfs.patch @@ -0,0 +1,11 @@ +--- src/av/audio.h ++++ src/av/audio.h +@@ -5,7 +5,7 @@ + #include + #include + +-typedef struct ALCdevice_struct ALCdevice; ++typedef struct ALCdevice ALCdevice; + + extern bool utox_audio_thread_init; +