diff options
author | wiz <wiz> | 2002-07-07 10:21:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-07 10:21:52 +0000 |
commit | 939d39604ad562d42940ec55abba039dd3180d1e (patch) | |
tree | 2b3bf54a5585850809881c34d224a8dd8bbe6f86 | |
parent | cb8dd475933153f0b888073cba6fd40659c83a77 (diff) | |
download | pkgsrc-939d39604ad562d42940ec55abba039dd3180d1e.tar.gz |
Not needed any longer.
-rw-r--r-- | devel/boost/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/boost/patches/patch-aa b/devel/boost/patches/patch-aa deleted file mode 100644 index 0df60d37c0e..00000000000 --- a/devel/boost/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/05/12 06:15:07 jlam Exp $ - ---- libs/timer/prg_timer.cpp.orig Thu Jul 22 10:19:48 1999 -+++ libs/timer/prg_timer.cpp Thu May 11 02:37:36 2000 -@@ -24,8 +24,8 @@ - - if( _os == 0 ) { _os = &std::cout; } - -- std::ios_base::fmtflags old_flags = _os->setf( std::ios_base::fixed, -- std::ios_base::floatfield ); -+ std::ios::fmtflags old_flags = _os->setf( std::ios::fixed, -+ std::ios::floatfield ); - std::streamsize old_prec = _os->precision( 2 ); - *_os << elapsed() << " s\n" // "s" is System International d'Unités std - << std::endl; |