FreeBSD Bugzilla – Attachment 176001 Details for
Bug 213345
[PATCH] net/samba44: build fails because files from ${LOCALBASE} get included before files of the same name in the port source tree on FreeBSD-11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch swaps system & local include folders order to resolve the net/samba44 build issue due to conflict with the net/samba-libsmbclient
patch-third_party__waf__wafadmin__Tools__cc.py (text/plain), 639 bytes, created by
Igor Pavlov
on 2016-10-21 01:29:29 UTC
(
hide
)
Description:
Patch swaps system & local include folders order to resolve the net/samba44 build issue due to conflict with the net/samba-libsmbclient
Filename:
MIME Type:
Creator:
Igor Pavlov
Created:
2016-10-21 01:29:29 UTC
Size:
639 bytes
patch
obsolete
>--- third_party/waf/wafadmin/Tools/cc.py.orig 2016-10-21 07:08:58.412697000 +0300 >+++ third_party/waf/wafadmin/Tools/cc.py 2016-10-21 07:09:35.873202000 +0300 >@@ -88,7 +88,7 @@ > raise Utils.WafError('Have you forgotten to set the feature "cc" on %s?' % str(self)) > return task > >-cc_str = '${CC} ${CCFLAGS} ${CPPFLAGS} ${_CCINCFLAGS} ${_CCDEFFLAGS} ${CC_SRC_F}${SRC} ${CC_TGT_F}${TGT}' >+cc_str = '${CC} ${CCFLAGS} ${_CCINCFLAGS} ${CPPFLAGS} ${_CCDEFFLAGS} ${CC_SRC_F}${SRC} ${CC_TGT_F}${TGT}' > cls = Task.simple_task_type('cc', cc_str, 'GREEN', ext_out='.o', ext_in='.c', shell=False) > cls.scan = ccroot.scan > cls.vars.append('CCDEPS')
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 213345
: 176001