FreeBSD Bugzilla – Attachment 177846 Details for
Bug 215192
devel/libc++: phase out usage as part of USES=compiler:gcc-c++11-lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
no-libcxx-port.diff (text/plain), 732 bytes, created by
Jan Beich
on 2016-12-10 08:49:07 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-12-10 08:49:07 UTC
Size:
732 bytes
patch
obsolete
>diff --git Mk/Uses/compiler.mk Mk/Uses/compiler.mk >index 94bf2eee52e9..20cd2883e2f4 100644 >--- Mk/Uses/compiler.mk >+++ Mk/Uses/compiler.mk >@@ -241,9 +241,18 @@ CXX= ${LOCALBASE}/bin/clang++34 > USE_GCC= yes > CHOSEN_COMPILER_TYPE= gcc > .if ${COMPILER_FEATURES:Mlibc++} >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001508 > LDFLAGS+= -L${LOCALBASE}/lib/c++ > CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 > BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ >+.else >+CXXFLAGS+= -nostdinc++ -isystem /usr/include/c++/v1 >+LDFLAGS+= -L${WRKDIR} >+ >+_USES_configure+= 200:gcc-libc++-configure >+gcc-libc++-configure: >+ @${LN} -fs /usr/lib/libc++.so ${WRKDIR}/libstdc++.so >+.endif # OSVERSION < 1001508 > .endif > .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 215192
: 177846