graphics/vulkan-extension-layer: unbreak plist on i386 after 6d50e8b6ed
Error: Orphaned: lib/libVkLayer_khronos_shader_object.so Error: Orphaned: share/vulkan/explicit_layer.d/VkLayer_khronos_shader_object.json https://github.com/KhronosGroup/Vulkan-ExtensionLayer/commit/0b90694e5e97
This commit is contained in:
parent
0363347cf5
commit
8a1f869ebd
1 changed files with 0 additions and 6 deletions
|
@ -18,10 +18,4 @@ GH_ACCOUNT= KhronosGroup
|
|||
GH_PROJECT= Vulkan-ExtensionLayer
|
||||
CMAKE_OFF= BUILD_TESTS
|
||||
|
||||
post-install:
|
||||
# https://github.com/KhronosGroup/Vulkan-ExtensionLayer/commit/bd02fcde74f1
|
||||
@if [ `${CC} -dM -E -</dev/null | ${AWK} '/__SIZEOF_POINTER__/ { print $$3 }'` -eq 4 ]; then \
|
||||
${REINPLACE_CMD} '/shader_object/d' ${TMPPLIST}; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue