FreeBSD Bugzilla – Attachment 135924 Details for
Bug 181007
[patch] improve clang detection in net/socat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 475 bytes, created by
r4721@tormail.org
on 2013-08-03 22:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
r4721@tormail.org
Created:
2013-08-03 22:10:00 UTC
Size:
475 bytes
patch
obsolete
>Index: net/socat/Makefile >=================================================================== >--- net/socat/Makefile (revision 324019) >+++ net/socat/Makefile (working copy) >@@ -33,11 +34,9 @@ > LDFLAGS+= -L${LOCALBASE}/lib > .endif > >-.if(${OSVERSION} >= 1000024) >-CCISCLANG!= ${CC} --version | ${HEAD} -1 | ${GREP} 'clang' >-.endif >+CCISCLANG!= ${CC} --version > >-.if ${CC} == clang || defined(CCISCLANG) >+.if !empty(CCISCLANG:M*clang*) > CFLAGS+= -Wno-unused-comparison > .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 181007
: 135924