Commits

Marcus Calhoun-Lopez authored ec7db4f8f36
mesa: disable functionality to build on old systems

No revbump since port either builds correctly or not at all. See https://trac.macports.org/ticket/54638 See https://trac.macports.org/ticket/54643
No tags

x11/mesa/files/disable_shader_cache.patch

Added
1 +--- a/configure.ac.orig 2017-08-07 05:04:30.000000000 -0700
2 ++++ a/configure.ac 2017-08-20 07:28:09.000000000 -0700
3 +@@ -1963,7 +1963,7 @@
4 + fi
5 +
6 +
7 +-DEFINES="$DEFINES -DENABLE_SHADER_CACHE"
8 ++#DEFINES="$DEFINES -DENABLE_SHADER_CACHE"
9 + AM_CONDITIONAL(NEED_MEGADRIVER, test -n "$DRI_DIRS")
10 + AM_CONDITIONAL(NEED_LIBMESA, test "x$enable_glx" = xxlib -o \
11 + "x$enable_osmesa" = xyes -o \
12 +--- a/configure.orig 2017-08-07 05:04:38.000000000 -0700
13 ++++ a/configure 2017-08-20 07:26:56.000000000 -0700
14 +@@ -25614,7 +25614,7 @@
15 + fi
16 +
17 +
18 +-DEFINES="$DEFINES -DENABLE_SHADER_CACHE"
19 ++#DEFINES="$DEFINES -DENABLE_SHADER_CACHE"
20 + if test -n "$DRI_DIRS"; then
21 + NEED_MEGADRIVER_TRUE=
22 + NEED_MEGADRIVER_FALSE='#'

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut