From f6aa9a815453cf3310e11785e82ea38982fcad22 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 10 Apr 2023 23:47:41 +0200 Subject: [PATCH] audio/libebur128: Fix location of installed pkgconfig file Add pathfix to USES instead of relying on framework to silently move it Approved by: portmgr (blanket, build fix) --- audio/libebur128/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index 36c35e0d7f613..8f214d00bafb3 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/jiixyj/libebur128 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pkgconfig +USES= cmake pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= jiixyj USE_LDCONFIG= yes