git: e2a3bc677c82 - main - graphics/vkd3d: drop -ldl workaround for FreeBSD < 11.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 17:51:42 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e2a3bc677c82fce32d327edd9239187c312aafab
commit e2a3bc677c82fce32d327edd9239187c312aafab
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-03 16:33:08 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-03 17:50:31 +0000
graphics/vkd3d: drop -ldl workaround for FreeBSD < 11.2
---
graphics/vkd3d/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/graphics/vkd3d/Makefile b/graphics/vkd3d/Makefile
index e86ccfaa7193..894064cc6dec 100644
--- a/graphics/vkd3d/Makefile
+++ b/graphics/vkd3d/Makefile
@@ -29,7 +29,4 @@ USE_GITHUB= nodefault
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.3:headers/external/spirv-headers
CPPFLAGS+= -isystem${WRKSRC}/external/spirv-headers/include
-post-patch:
- @${REINPLACE_CMD} '/libdl not found/d' ${WRKSRC}/configure
-
.include <bsd.port.mk>