diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-24 09:01:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-24 09:01:31 +0000 |
commit | e2e7f95f5244e1e49c569d2b2e031253aeba47e4 (patch) | |
tree | 0b4f2b895344f8291939d56b32a84465afc4311c /gnu/lib | |
parent | 99daa32404e1f3f12278e2f9d4c74e115f938f0e (diff) | |
download | FreeBSD-src-e2e7f95f5244e1e49c569d2b2e031253aeba47e4.zip FreeBSD-src-e2e7f95f5244e1e49c569d2b2e031253aeba47e4.tar.gz |
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.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 7cf5a0e..1160fe1 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 \ |