git: 6f4b5d6aa94c - main - devel/libgudev: Fix VALA option handling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 10:20:40 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f4b5d6aa94c4b020550ac47df5a389adbdf2c2c
commit 6f4b5d6aa94c4b020550ac47df5a389adbdf2c2c
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-08-23 08:50:22 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-08-23 10:20:32 +0000
devel/libgudev: Fix VALA option handling
---
devel/libgudev/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/libgudev/Makefile b/devel/libgudev/Makefile
index 7dc987a0ee31..fb39e751fe38 100644
--- a/devel/libgudev/Makefile
+++ b/devel/libgudev/Makefile
@@ -29,8 +29,7 @@ DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
VALA_DESC= Build and install Vala bindings
VALA_MESON_ENABLED= vapi
-VALA_BUILD_DEPENDS= vapigen:lang/vala
-VALA_VARS= USE+=vala:build
+VALA_USES= vala:build
post-patch:
@${REINPLACE_CMD} -e 's|-export-dynamic|-Wl,--export-dynamic|' ${WRKSRC}/gudev/meson.build