graphics/mesa-dri: unbreak on powerpc* + clang after r457430
python2.7 ./radv_entrypoints_gen.py \ --xml ../../../src/vulkan/registry/vk.xml --outdir . Traceback (most recent call last): File "./radv_entrypoints_gen.py", line 30, in <module> from mako.template import Template ImportError: No module named mako.template PR: 221540 Reported by: Mark Millard (via ports@ list) Approved by: portmgr blanket
This commit is contained in:
parent
aa62378ce0
commit
7db0c5970e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457591
1 changed files with 4 additions and 1 deletions
|
@ -63,8 +63,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_gallium_drivers_vc4_Makefile.in
|
|||
. endif
|
||||
.endif
|
||||
|
||||
.if ${VULKAN_DRIVERS:MINTEL}
|
||||
.if ${VULKAN_DRIVERS}
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${VULKAN_DRIVERS:MINTEL}
|
||||
. if ${/usr/bin/ld:L:tA} != "/usr/bin/ld.lld"
|
||||
# --build-id isn't supported by old GNU ld.bfd in base
|
||||
USE_BINUTILS= yes
|
||||
|
|
Loading…
Reference in a new issue