diff options
Diffstat (limited to 'meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch')
| -rw-r--r-- | meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch b/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch deleted file mode 100644 index 9016b348de..0000000000 --- a/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch +++ /dev/null @@ -1,19 +0,0 @@ -# Author: Michael Lauer <mickey@vanille-media.de> -# Date: Thu Jan 18 00:27:21 2007 +0000 -# alsa-lib: fix "error: field 'tstamp' has incomplete type" when including alsa headers with strict compilation options -# -# Acquired from OpenEmbedded - -Index: alsa-lib-1.0.13/include/global.h -=================================================================== ---- alsa-lib-1.0.13.orig/include/global.h -+++ alsa-lib-1.0.13/include/global.h -@@ -29,6 +29,8 @@ - #define __ALSA_GLOBAL_H_ - - /* for timeval and timespec */ -+#define __need_timeval -+#define __need_timespec - #include <time.h> - - #ifdef __cplusplus |
