aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2006-12-22 23:21:58 +0800
committerarved <arved@FreeBSD.org>2006-12-22 23:21:58 +0800
commit41d6a863c7d21baad10eca9a8b0d72d33e01582f (patch)
tree04880c22669592a7164a3519824cd0bb5e0826b6 /sysutils
parent3afedb0c848704f3892cd5edbc6b7a5fd8ed813d (diff)
downloadfreebsd-ports-gnome-41d6a863c7d21baad10eca9a8b0d72d33e01582f.tar.gz
freebsd-ports-gnome-41d6a863c7d21baad10eca9a8b0d72d33e01582f.tar.zst
freebsd-ports-gnome-41d6a863c7d21baad10eca9a8b0d72d33e01582f.zip
Fix build with gcc41
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h b/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
index eb256018e212..4066b49be7cb 100644
--- a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
+++ b/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
@@ -1,5 +1,14 @@
---- src/File-Date-StringUtils/Format.h.orig Sat Apr 10 01:41:38 2004
-+++ src/File-Date-StringUtils/Format.h Mon Sep 26 16:09:59 2005
+--- src/File-Date-StringUtils/Format.h.orig Fri Apr 9 23:41:38 2004
++++ src/File-Date-StringUtils/Format.h Fri Dec 22 16:20:15 2006
+@@ -53,7 +53,7 @@
+ private:
+
+ template<typename T>
+- void DecimalFormat::format_internal( char* buffer, T value, std::string typeString);
++ void format_internal( char* buffer, T value, std::string typeString);
+
+
+
@@ -65,6 +65,6 @@
text-containing string to be output on a terminal
*/