FreeBSD Bugzilla – Attachment 152700 Details for
Bug 197405
[patch] multimedia/libva: Fix build with clang when it reports a warning for -isystem option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to correct header file compiler flag
patch-libva.diff (text/plain), 501 bytes, created by
Kevin Zheng
on 2015-02-08 02:45:15 UTC
(
hide
)
Description:
Patch to correct header file compiler flag
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2015-02-08 02:45:15 UTC
Size:
501 bytes
patch
obsolete
>diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile >index 3aff8af..bce0d3e 100644 >--- a/multimedia/libva/Makefile >+++ b/multimedia/libva/Makefile >@@ -21,10 +21,9 @@ GNU_CONFIGURE= yes > CONFIGURE_ARGS= --program-prefix=va > USE_LDCONFIG= yes > >-CPPFLAGS+= -isystem${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > # prevent types conflict: videodev2.h vs. drm.h >-CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES >+CFLAGS+= -I${LOCALBASE}/include -DHAVE_LINUX_INTEGER_TYPES > > OPTIONS_DEFINE= DEBUG >
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 197405
: 152700 |
152701
|
152702
|
152709