Christos Zoulas wrote:
> I can't reproduce this

I think I have it figured out now.  It's a combination of two issues:
src/external/mit/xorg/lib/{dri,gallium}/Makefile contain the line

  .if ${MKDEBUG:Uno} == "yes"

rather than the usual

  .if ${MKDEBUG} != "no"

and I had specified MKDEBUG=YES (with YES in upper case) rather than
MKDEBUG=yes in the build options.

I think the Makefiles and my build options are both wrong - do you
agree?
-- 
Andreas Gustafsson, g...@gson.org

Reply via email to