git: f6aa9a815453 - main - audio/libebur128: Fix location of installed pkgconfig file

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 12 Apr 2023 08:45:29 UTC
The branch main has been updated by diizzy:

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

commit f6aa9a815453cf3310e11785e82ea38982fcad22
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-10 21:47:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-12 08:44:43 +0000

    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 36c35e0d7f61..8f214d00bafb 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