mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Not strictly necessary file for the port
This commit is contained in:
parent
e98d00dca8
commit
39cc7aa2e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503993
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- third_party/waf/wafadmin/Tools/cc.py.orig 2015-11-06 13:25:52 UTC
|
|
||||||
+++ third_party/waf/wafadmin/Tools/cc.py
|
|
||||||
@@ -88,7 +88,7 @@ def c_hook(self, node):
|
|
||||||
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')
|
|
Loading…
Add table
Reference in a new issue