From 063e57d5740edc69ebe1214cb1243d148ff8e7d6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 24 Mar 2001 09:01:31 +0000 Subject: [PATCH] Sigh. I should know better than to commit a one line change from a PR w/o a full compile test, even when the PR seemed so authoritative on the subject... Install sstream, not the non-existent sstring. --- gnu/lib/libstdc++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 7cf5a0eb774..1160fe180ac 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -19,7 +19,7 @@ DPADD+= ${LIBM} HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \ - cwchar cwctype fstream iomanip iosfwd iostream sstring stdexcept \ + cwchar cwctype fstream iomanip iosfwd iostream sstream stdexcept \ string strstream complex.h stl.h valarray STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \