Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2022 12:55:13 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac45d928556d - main - graphics/vulkan-caps-viewer: drop bundled vulkan-headers workaround after d4f6bf1fe10b
Message-ID:  <202211191255.2AJCtDff012384@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac45d928556d9a5f7c3967c0213e5cc2366b24cd

commit ac45d928556d9a5f7c3967c0213e5cc2366b24cd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-19 12:34:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-19 12:54:51 +0000

    graphics/vulkan-caps-viewer: drop bundled vulkan-headers workaround after d4f6bf1fe10b
---
 graphics/vulkan-caps-viewer/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211191255.2AJCtDff012384>