view src/mesa-2-fixes.patch @ 4740:9942a9c37ffe

remove octave 'alpha' package * octave-1-gnulib.patch, octave.mk: Delete. * dist-files.mk: Update. * index.html: Delete entry for octave. * configure.ac: Don't handle 'alpha' in --enable-octave=VERSION option. (AC_CONFIG_SRCDIR): Look for src/default-octave.mk instead of src/octave.mk.
author John W. Eaton <jwe@octave.org>
date Tue, 26 Jun 2018 13:22:51 -0400
parents b2b5edaa3bcd
children
line wrap: on
line source

diff -uNr a/src/util/u_queue.c b/src/util/u_queue.c
--- a/src/util/u_queue.c	2017-09-17 19:03:22.000000000 -0400
+++ b/src/util/u_queue.c	2018-04-12 20:13:52.000000000 -0400
@@ -246,7 +246,7 @@
       }
 
       if (flags & UTIL_QUEUE_INIT_USE_MINIMUM_PRIORITY) {
-   #if defined(__linux__)
+   #if defined(__linux__) && defined (SCHED_IDLE)
          struct sched_param sched_param = {0};
 
          /* The nice() function can only set a maximum of 19.