From 71730982daee1e0ebbee7b7f4e16aaaa06655ad0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 1 Jun 2021 16:18:57 +0000 Subject: [PATCH] ci: drop FreeBSD workaround after 22af25749e29 inih exposes required CFLAGS/LDFLAGS via pkg-config, so manually adding /usr/local to search path is no longer necessary. --- .builds/freebsd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index ea3af18..45eb2b9 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -11,9 +11,6 @@ packages: - scdoc sources: - https://github.com/emersion/xdg-desktop-portal-wlr -environment: - C_INCLUDE_PATH: /usr/local/include - LIBRARY_PATH: /usr/local/lib tasks: - setup: | cd xdg-desktop-portal-wlr