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.
This commit is contained in:
David E. O'Brien 2001-03-24 09:01:31 +00:00
parent 483cbcc1eb
commit 063e57d574
1 changed files with 1 additions and 1 deletions

View File

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