FreeBSD Bugzilla – Attachment 144957 Details for
Bug 192074
cad/netgen fails to build after update ports tree on 10-STABLE amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch part 2
xxx2 (text/plain), 920 bytes, created by
Stephen Montgomery-Smith
on 2014-07-25 02:10:37 UTC
(
hide
)
Description:
Proposed patch part 2
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2014-07-25 02:10:37 UTC
Size:
920 bytes
patch
obsolete
>Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 0) >+++ files/patch-configure (working copy) >@@ -0,0 +1,14 @@ >+--- configure-orig 2014-07-24 20:42:11.000000000 -0500 >++++ configure 2014-07-24 20:43:21.000000000 -0500 >+@@ -15361,9 +15361,9 @@ >+ ffmpegon=false >+ # Check whether --enable-ffmpeg was given. >+ if test "${enable_ffmpeg+set}" = set; then : >+- enableval=$enable_ffmpeg; FFMPEG_INCLUDES="-DFFMPEG -D__STDC_CONSTANT_MACROS" >++ enableval=$enable_ffmpeg; FFMPEG_INCLUDES="-I%%LOCALBASE%%/include/ffmpeg0 -DFFMPEG -D__STDC_CONSTANT_MACROS" >+ >+- FFMPEG_LIBS="-lavutil -lavformat -lavcodec -lavutil -lswscale -lz -lbz2" >++ FFMPEG_LIBS="-L%%LOCALBASE%%/lib/ffmpeg0 -lavutil0 -lavformat0 -lavcodec0 -lavutil0 -lswscale -lz -lbz2" >+ >+ if test "$enableval" = yes; then ffmpegon=true; else ffmpegon=false; fi >+
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 192074
:
144956
|
144957
|
144958