diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-08 18:25:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-08 18:25:07 +0000 |
commit | 7f0fd88d04c65b56c3d61a1bd210d18c9310cf15 (patch) | |
tree | 451135b3144a586d1ce4e2733571fa1aab0c6abe /news | |
parent | b3397ea7ebe77b894a03a639b8fb9d07226c7daf (diff) | |
download | pkgsrc-7f0fd88d04c65b56c3d61a1bd210d18c9310cf15.tar.gz |
Add missing header for gcc 4.5 build.
Diffstat (limited to 'news')
-rw-r--r-- | news/nget/distinfo | 3 | ||||
-rw-r--r-- | news/nget/patches/patch-dupe__file_cc | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/news/nget/distinfo b/news/nget/distinfo index c92b30a4f15..5291d458da1 100644 --- a/news/nget/distinfo +++ b/news/nget/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.5 2012/05/07 20:38:40 dholland Exp $ +$NetBSD: distinfo,v 1.6 2012/05/08 18:25:07 dholland Exp $ SHA1 (nget-0.27.1.tar.gz) = 80e348dcb65fcb26cbe037598e676f4770cd7ad1 RMD160 (nget-0.27.1.tar.gz) = b90e3d6e2a33e630144a090f68f9bdd818f5e1bd Size (nget-0.27.1.tar.gz) = 490164 bytes SHA1 (patch-auto__map_h) = 355d8e02aed69a273a9cf282d6bc868b1b6d1846 SHA1 (patch-cache.h) = 2b8d07aa2a423e2143bf1482592d192c6378e309 +SHA1 (patch-dupe__file_cc) = 31c550c8b23fd9885dc18aba5da44e108a132123 SHA1 (patch-nget.cc) = 94b36db92f6fd34d76b33c47173c2db430f418d7 SHA1 (patch-stlhelp.h) = 92851f32b0a2ec402d97b3322d662aea6572dc9d diff --git a/news/nget/patches/patch-dupe__file_cc b/news/nget/patches/patch-dupe__file_cc new file mode 100644 index 00000000000..1cb132869ba --- /dev/null +++ b/news/nget/patches/patch-dupe__file_cc @@ -0,0 +1,14 @@ +$NetBSD: patch-dupe__file_cc,v 1.1 2012/05/08 18:25:08 dholland Exp $ + +Use standard headers. + +--- dupe_file.cc~ 2004-05-29 23:00:05.000000000 +0000 ++++ dupe_file.cc +@@ -20,6 +20,7 @@ + #include "log.h" + #include "path.h" + ++#include <cstring> + #include <dirent.h> + #include <ctype.h> + #include <sys/stat.h> |