From 2cae144b45d2a8341971b949dd15446507a1bebd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 2 Oct 2018 11:49:05 +0200 Subject: [PATCH] mesalib: Patch source to include header for `va_arg` Fix a [build error][1]. [1]: https://bugs.freedesktop.org/show_bug.cgi?id=108120 --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index e4ddbcb63..62af9a4b1 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-intel-tools-Include-stdarg.h.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not