Skip to content

Commit

Permalink
audio/libebur128: Fix location of installed pkgconfig file
Browse files Browse the repository at this point in the history
Add pathfix to USES instead of relying on framework to silently move it

Approved by:	portmgr (blanket, build fix)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Apr 12, 2023
1 parent 85af946 commit f6aa9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/libebur128/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f6aa9a8

Please sign in to comment.