CLang on MacPorts doesn't pick up the headers provided by flex

This commit is contained in:
Bernhard F.W. Gschaider 2014-05-30 16:56:21 +02:00
parent a5a7092ed5
commit bd4013d9a9
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
by bgschaid. 2010-10-05
by bgschaid. 2014-05-30

View file

@ -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)