FreeBSD Bugzilla – Attachment 241874 Details for
Bug 271123
multimedia/mlt7 does not build on current 1400086
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Another workaround to fix build with llvm15
multimedia_mlt7_build-workaround.diff (text/plain), 501 bytes, created by
Tomoaki AOKI
on 2023-04-30 08:53:59 UTC
(
hide
)
Description:
Another workaround to fix build with llvm15
Filename:
MIME Type:
Creator:
Tomoaki AOKI
Created:
2023-04-30 08:53:59 UTC
Size:
501 bytes
patch
obsolete
>--- a/multimedia/mlt7/Makefile >+++ b/multimedia/mlt7/Makefile >@@ -39,6 +39,11 @@ > PORTDOCS= AUTHORS NEWS > PORTEXAMPLES= demo > >+# Workaround error: incompatible pointer to integer conversion passing >+# 'const AVFilterPad *const' (aka 'const struct AVFilterPad *const') >+# to parameter of type 'int' [-Wint-conversion] >+CFLAGS+= -Wno-int-conversion >+ > OPTIONS_DEFINE= DOCS EXAMPLES > OPTIONS_DEFAULT= AVFORMAT FREI0R GDK MOVIT KDENLIVE NORMALIZE PLUS PLUSGPL RESAMPLE SDL2 SOX \ > VIDSTAB VORBIS >
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 271123
:
241832
| 241874