FreeBSD Bugzilla – Attachment 178042 Details for
Bug 215369
devel/kBuild: Re-allow building with clang [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GCC option
kbuild-gcc.patch (text/plain), 1.29 KB, created by
Adam Weinberger
on 2016-12-18 02:17:01 UTC
(
hide
)
Description:
GCC option
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2016-12-18 02:17:01 UTC
Size:
1.29 KB
patch
obsolete
>Index: kBuild/Makefile >=================================================================== >--- kBuild/Makefile (revision 428820) >+++ kBuild/Makefile (working copy) >@@ -17,7 +17,6 @@ > > BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex > >-USE_GCC= any > USES= autoreconf:build gmake makeinfo > > CONFLICTS_INSTALL= kBuild-devel-[0-9]* >@@ -48,7 +47,10 @@ > .SHELL: path="/bin/sh" unsetenv=true > .endif > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS GCC >+OPTIONS_DEFAULT=GCC >+GCC_DESC= Build with GCC (should almost always be enabled) >+GCC_USE= GCC=any > > post-patch: > ${REINPLACE_CMD} -e '11269d;11274d' ${WRKSRC}/src/sed/configure >Index: kBuild/pkg-help >=================================================================== >--- kBuild/pkg-help (nonexistent) >+++ kBuild/pkg-help (working copy) >@@ -0,0 +1,3 @@ >+The only time that the GCC option can be disabled (to build with clang >+instead) is if you're building ONLY emulators/virtualbox-ose-additions, >+without X11, and only on amd64/i386. > >Property changes on: kBuild/pkg-help >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 215369
: 178042