FreeBSD Bugzilla – Attachment 149018 Details for
Bug 194655
graphics/dri incorrect depends - devel/llvm* is listed as BUILD dependency when built with VDPAU support but should be listed as LIB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
convert from BUILD_ to LIB_ depends
dri.diff (text/plain), 613 bytes, created by
Volodymyr Kostyrko
on 2014-11-04 09:14:13 UTC
(
hide
)
Description:
convert from BUILD_ to LIB_ depends
Filename:
MIME Type:
Creator:
Volodymyr Kostyrko
Created:
2014-11-04 09:14:13 UTC
Size:
613 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 372133) >+++ Makefile (working copy) >@@ -63,10 +63,10 @@ > .if ${PORT_OPTIONS:MGALLIUM} > . if defined(WITH_NEW_MESA) > # keep in sync with libopencl please >-BUILD_DEPENDS+= llvm34>=0:${PORTSDIR}/devel/llvm34 >+LIB_DEPENDS+= libLLVM-3.4.so:${PORTSDIR}/devel/llvm34 > CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config34 > . else >-BUILD_DEPENDS+= llvm33>=0:${PORTSDIR}/devel/llvm33 >+LIB_DEPENDS+= libLLVM-3.3.so:${PORTSDIR}/devel/llvm33 > CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config33 > . endif >
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 194655
: 149018 |
149161