FreeBSD Bugzilla – Attachment 181621 Details for
Bug 218384
multimedia/handbrake: update 0.10.5_5 -> 1.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-Makefile_CCACHE_option
patch-Makefile (text/plain), 848 bytes, created by
Walter Schwarzenfeld
on 2017-04-09 21:46:41 UTC
(
hide
)
Description:
patch-Makefile_CCACHE_option
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-04-09 21:46:41 UTC
Size:
848 bytes
patch
obsolete
>--- Makefile.orig 2017-04-09 21:05:23 UTC >+++ Makefile >@@ -81,11 +81,12 @@ LDFLAGS+= -L${BUILD_WRKSRC}/contrib/lib > # Enforce linking to the system c++ standard lib > LDFLAGS+= -l${COMPILER_FEATURES:Mlib*c++:S/lib//} > >-OPTIONS_DEFINE= FDK_AAC X11 >+OPTIONS_DEFINE= CCACHE FDK_AAC X11 > OPTIONS_DEFAULT= X11 > > OPTIONS_SUB= yes > >+CCACHE_DESC= Mimimize compile time of C/C++ programs > FDK_AAC_DESC= Enable non-free Fraunhofer FDK AAC codec > X11_DESC= Build GTK+3 based GUI program > >@@ -113,6 +114,12 @@ USE_GNOME+= gtk30 intltool cairo gdkpixb > CONFIGURE_ARGS+= --disable-gtk > .endif > >+.if ${PORT_OPTIONS:MCCACHE} >+WITH_NO_CCACHE=yes >+.else >+NO_CCACHE=yes >+.endif >+ > # HandBrake tries to fetch its dependencies during build phase, which is not > # considered good in FreeBSD. Instead, we will provided the downloaded files. > post-extract: .SILENT
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 218384
:
181607
|
181612
|
181615
|
181619
|
181621
|
181649
|
181650
|
181672