8a185b6142
PR: ports/84012 Submitted by: Simon Lang <simon@lang-clan.de> (maintainer)
8 lines
301 B
Makefile
8 lines
301 B
Makefile
--- xmlparser/Module.mk.orig Tue Feb 22 17:32:18 2005
|
|
+++ xmlparser/Module.mk Tue Feb 22 17:32:42 2005
|
|
@@ -67,4 +67,4 @@
|
|
|
|
##### extra rules ######
|
|
$(XMLO): %.o: %.cxx
|
|
- $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -o $@ -c $<
|
|
+ $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -I/usr/local/include -o $@ -c $<
|