Index: head/devel/pure-stldict/files/patch-Makefile =================================================================== --- head/devel/pure-stldict/files/patch-Makefile (revision 406826) +++ head/devel/pure-stldict/files/patch-Makefile (revision 406827) @@ -1,11 +1,11 @@ ---- Makefile.orig 2016-01-21 03:17:01 UTC +--- Makefile.orig 2014-03-22 20:23:33 UTC +++ Makefile @@ -30,7 +30,7 @@ objects = $(patsubst %.cc, %$(DLL), $(cp all: $(objects) %$(DLL): %.cc - g++ $(shared) $(dllname) -o $@ $(MOD_CXXFLAGS) $< $(MOD_LDFLAGS) $(LIBS) + $(CXX) $(shared) $(dllname) -o $@ $(MOD_CXXFLAGS) $< $(MOD_LDFLAGS) $(LIBS) clean: rm -f *.o *$(DLL) examples/life *~ Index: head/devel/pure-stldict/files/patch-hashdict.cc =================================================================== --- head/devel/pure-stldict/files/patch-hashdict.cc (nonexistent) +++ head/devel/pure-stldict/files/patch-hashdict.cc (revision 406827) @@ -0,0 +1,11 @@ +--- hashdict.cc.orig 2016-01-21 06:37:40 UTC ++++ hashdict.cc +@@ -1,6 +1,8 @@ + + // This uses unordered_map, so a recent C++ library is required for now. + ++#include ++#include + #include + #include + #include Property changes on: head/devel/pure-stldict/files/patch-hashdict.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/pure-stldict/files/patch-orddict.cc =================================================================== --- head/devel/pure-stldict/files/patch-orddict.cc (nonexistent) +++ head/devel/pure-stldict/files/patch-orddict.cc (revision 406827) @@ -0,0 +1,11 @@ +--- orddict.cc.orig 2016-01-21 06:38:47 UTC ++++ orddict.cc +@@ -1,6 +1,8 @@ + + // This is completely analogous to hashdict.cc (which see). + ++#include ++#include + #include + #include + #include Property changes on: head/devel/pure-stldict/files/patch-orddict.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property