[Bug 247117] graphics/mesa-dri: fails to build on armv6/armv7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 9 19:56:52 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247117

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: zeising
Date: Tue Jun  9 19:56:17 UTC 2020
New revision: 538339
URL: https://svnweb.freebsd.org/changeset/ports/538339

Log:
  mesa: Fix build empty DRI_DRIVER

  In some cases, such as on sparc64, armv6 and armv7 etc, DRI_DRIVER,
  GALLIUM_DRIVER and/or VULKAN_DRIVER might be undefined.  This causes an
  error similar to
  make: "/usr/ports/graphics/mesa-dri/Makefile" line 106: Malformed conditional
(${DRI_DRIVERS:M${:UI915}})

  Fix this by checking if [DRI,GALLIUM,VULKAN]_DRIVER is defined before
  checking what it is set to.

  While here, remove textproc/py-mako dependency from mesa-dri/Makefile, it's
  already included in mesa-dri/Makefile.common, no need to depend on it twice.

  PR:           247117
  Reported by:  jbeich

Changes:
  head/graphics/mesa-dri/Makefile
  head/graphics/mesa-libs/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list