FreeBSD Bugzilla – Attachment 211983 Details for
Bug 244432
multimedia/handbrake: Fails to build: ERROR: dav1d >= 0.2.1 not found using pkg-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for pkgconfig paths during build
handbrake-port-fix.patch (text/plain), 779 bytes, created by
Sean Farley
on 2020-02-27 05:52:26 UTC
(
hide
)
Description:
Fix for pkgconfig paths during build
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2020-02-27 05:52:26 UTC
Size:
779 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 527063) >+++ Makefile (working copy) >@@ -112,6 +112,12 @@ > # HandBrake tries to fetch its dependencies during build phase, which is not > # considered good in FreeBSD. Instead, we will provide the downloaded files. > post-extract: .SILENT >+ # dav1d is in libdata/pkgconfig while HandBrake is only looking in >+ # lib/pkgconfig, so just make a symbolic link between the two. >+ ${MKDIR} ${WRKSRC}/build/contrib/lib/pkgconfig >+ ${MKDIR} ${WRKSRC}/build/contrib/libdata >+ ${LN} -s ${WRKSRC}/build/contrib/lib/pkgconfig ${WRKSRC}/build/contrib/libdata/pkgconfig >+ > ${MKDIR} ${WRKSRC}/download > .for f in ${CONTRIB_FILES} > ${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSRC}/download
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244432
:
211953
| 211983 |
211986