diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-11-19 12:34:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-11-19 12:54:51 +0000 |
commit | ac45d928556d9a5f7c3967c0213e5cc2366b24cd (patch) | |
tree | 5b00398e1d5498dc179bb8bc3e04727089662eae | |
parent | databases/sqlitestudio: Update 3.3.3 -> 3.4.0 (diff) |
graphics/vulkan-caps-viewer: drop bundled vulkan-headers workaround after d4f6bf1fe10b
-rw-r--r-- | graphics/vulkan-caps-viewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile index fa758c122f36..331728d94758 100644 --- a/graphics/vulkan-caps-viewer/Makefile +++ b/graphics/vulkan-caps-viewer/Makefile @@ -46,7 +46,6 @@ post-patch: -e '/bin|share/s,/usr,$$$$PREFIX,' \ ${WRKSRC}/vulkanCapsViewer.pro @${REINPLACE_CMD} -e 's/__linux/__unix/' \ - ${WRKSRC}/vulkancapsviewer.cpp \ - ${WRKSRC}/Vulkan-Headers/include/vulkan/vulkan.hpp + ${WRKSRC}/vulkancapsviewer.cpp .include <bsd.port.mk> |