FreeBSD Bugzilla – Attachment 169771 Details for
Bug 209064
multimedia/handbrake: 0.10.5 doesn't build on FreeBSD 10.3-RELEASE amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Prevent linking against system libraries
handbrake.patch (text/plain), 702 bytes, created by
Sean Farley
on 2016-04-28 01:01:38 UTC
(
hide
)
Description:
Prevent linking against system libraries
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2016-04-28 01:01:38 UTC
Size:
702 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414148) >+++ Makefile (working copy) >@@ -43,7 +43,6 @@ > libsamplerate.so:audio/libsamplerate \ > libx264.so:multimedia/libx264 \ > libmp3lame.so:audio/lame >-CONFLICTS_BUILD= x265 > > .if !defined(PACKAGE_BUILDING) > # DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed) >@@ -67,6 +66,9 @@ > > NOPRECIOUSMAKEVARS= yes # for ffmpeg and x264 > >+# Link to libraries of the port over system libraries. >+LDFLAGS+= -L${BUILD_WRKSRC}/contrib/lib >+ > # Enforce linking to the system c++ standard lib > LDFLAGS+= -l${COMPILER_FEATURES:Mlib*c++:S/lib//} >
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 209064
:
169707
| 169771