CLang on MacPorts doesn't pick up the headers provided by flex
This commit is contained in:
parent
a5a7092ed5
commit
bd4013d9a9
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
by bgschaid. 2010-10-05
|
||||
by bgschaid. 2014-05-30
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(RULES)/c++$(WM_COMPILE_OPTION)
|
|||
|
||||
ptFLAGS = -DNoRepository -ftemplate-depth-200
|
||||
|
||||
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC -Ddarwin
|
||||
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC -Ddarwin -I/opt/local/include
|
||||
|
||||
Ctoo = $(WM_SCHEDULER) $(CC) $(c++FLAGS) -c $$SOURCE -o $@
|
||||
cxxtoo = $(Ctoo)
|
||||
|
|
Reference in a new issue