Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 08:45:29 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f6aa9a815453 - main - audio/libebur128: Fix location of installed pkgconfig file
Message-ID:  <202304120845.33C8jTHn026464@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304120845.33C8jTHn026464>