diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-02-22 03:46:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-02-22 03:46:15 +0000 |
commit | 94f6d8e2386b0f317e6fa40d804c0dfc5590151a (patch) | |
tree | d6c3bc0722da512720aa1e3514214b93fb547421 /news | |
parent | a1dab6bbbcd71329bb3dc3ffca98f02178c8a4bb (diff) | |
download | ports-94f6d8e2386b0f317e6fa40d804c0dfc5590151a.tar.gz ports-94f6d8e2386b0f317e6fa40d804c0dfc5590151a.zip |
Fix the build w/ new GCC.
PR: ports/143746
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250146
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/files/patch-fix_with_new_gcc | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/news/pan/files/patch-fix_with_new_gcc b/news/pan/files/patch-fix_with_new_gcc new file mode 100644 index 000000000000..354111c2a362 --- /dev/null +++ b/news/pan/files/patch-fix_with_new_gcc @@ -0,0 +1,54 @@ + +Index: files/patch-pan-general-log.h +=================================================================== +RCS file: files/patch-pan-general-log.h +diff -N files/patch-pan-general-log.h +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ files/patch-pan-general-log.h 10 Feb 2010 07:57:14 -0000 +@@ -0,0 +1,10 @@ ++--- pan/general/log.h.orig 2010-02-09 23:56:23.726358757 -0800 +++++ pan/general/log.h 2010-02-09 23:56:44.395935476 -0800 ++@@ -24,6 +24,7 @@ ++ #include <set> ++ #include <string> ++ #include <deque> +++#include <stdio.h> ++ ++ namespace pan ++ { +Index: files/patch-pan-general-progress.h +=================================================================== +RCS file: files/patch-pan-general-progress.h +diff -N files/patch-pan-general-progress.h +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ files/patch-pan-general-progress.h 10 Feb 2010 07:59:18 -0000 +@@ -0,0 +1,10 @@ ++--- pan/general/progress.h.orig 2010-02-09 23:58:24.202873230 -0800 +++++ pan/general/progress.h 2010-02-09 23:58:51.868666229 -0800 ++@@ -25,6 +25,7 @@ ++ #include <vector> ++ #include <pan/general/debug.h> ++ #include <pan/general/string-view.h> +++#include <stdio.h> ++ ++ namespace pan ++ { +Index: files/patch-pan-usenet-utils-numbers.h +=================================================================== +RCS file: files/patch-pan-usenet-utils-numbers.h +diff -N files/patch-pan-usenet-utils-numbers.h +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ files/patch-pan-usenet-utils-numbers.h 10 Feb 2010 08:01:46 -0000 +@@ -0,0 +1,10 @@ ++--- pan/usenet-utils/numbers.h.orig 2010-02-10 00:00:56.795075032 -0800 +++++ pan/usenet-utils/numbers.h 2010-02-10 00:01:14.144851610 -0800 ++@@ -22,6 +22,7 @@ ++ ++ #include <vector> ++ #include <pan/general/string-view.h> +++#include <stdio.h> ++ ++ class string; ++ + + |