FreeBSD Bugzilla – Attachment 211936 Details for
Bug 244403
databases/postgresql11-server: Fix build with clang 10.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Ensure postgresl-server ports use clang90
databases__postgresl12-server-use-clang90-1.diff (text/plain), 782 bytes, created by
Dimitry Andric
on 2020-02-25 19:08:28 UTC
(
hide
)
Description:
Ensure postgresl-server ports use clang90
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2020-02-25 19:08:28 UTC
Size:
782 bytes
patch
obsolete
>Index: databases/postgresql12-server/Makefile >=================================================================== >--- databases/postgresql12-server/Makefile (revision 526781) >+++ databases/postgresql12-server/Makefile (working copy) >@@ -179,6 +179,10 @@ USES+= compiler:gcc-c++11-lib > . if defined(SERVER_ONLY) && ${PORT_OPTIONS:MLLVM} > BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} > BUILD_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} >+CPP= ${LOCALBASE}/bin/clang-cpp90 >+CC= ${LOCALBASE}/bin/clang90 >+CXX= ${LOCALBASE}/bin/clang++90 >+CONFIGURE_ENV+= CLANG=${CC} > RUN_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} > CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} > CONFIGURE_ARGS+= --with-llvm
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 244403
: 211936 |
218316