Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / 
mesa


Commits:
a6c43c64 by Timo Aaltonen at 2019-01-12T18:00:51Z
fix-hurd-ftbfs.diff: Fix src/util build on Hurd.

- - - - -
e2473823 by Timo Aaltonen at 2019-01-12T18:03:04Z
release to experimental

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-hurd-ftbfs.diff
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-mesa (18.3.1-1) UNRELEASED; urgency=medium
+mesa (18.3.1-1) experimental; urgency=medium
 
   * New upstream release.
+  * fix-hurd-ftbfs.diff: Fix src/util build on Hurd.
 
- -- Timo Aaltonen <[email protected]>  Mon, 24 Dec 2018 06:49:58 +0200
+ -- Timo Aaltonen <[email protected]>  Sat, 12 Jan 2019 20:02:51 +0200
 
 mesa (18.3.0-1) experimental; urgency=medium
 


=====================================
debian/patches/fix-hurd-ftbfs.diff
=====================================
@@ -0,0 +1,11 @@
+--- a/src/util/os_misc.c
++++ b/src/util/os_misc.c
+@@ -47,7 +47,7 @@
+ #endif
+ 
+ 
+-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_CYGWIN) || 
defined(PIPE_OS_SOLARIS)
++#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_CYGWIN) || 
defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HURD)
+ #  include <unistd.h>
+ #elif defined(PIPE_OS_APPLE) || defined(PIPE_OS_BSD)
+ #  include <sys/sysctl.h>


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@
 
3-5-meson-Override-C-standard-to-gnu-11-when-building-with-altivec-on-ppc64le.patch
 4-5-meson-Add-support-for-gnu-hurd.patch
 5-5-meson-Add-toggle-for-glx-direct.patch
+fix-hurd-ftbfs.diff



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/422d16cc28b630c14ab55e84679012ab451c08c9...e247382383a6bac8dbe708bfa8175d17610e7d1d

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/422d16cc28b630c14ab55e84679012ab451c08c9...e247382383a6bac8dbe708bfa8175d17610e7d1d
You're receiving this email because of your account on salsa.debian.org.

Reply via email to