diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 21:07:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 21:07:52 +0000 |
commit | 42f82ca6c005fd07dd0ee69e3d3c31e91ec1045e (patch) | |
tree | 39b4daa2232eefd9eba9d98887d29f62b9aa90de /net/netmap/files/patch-makelist::config.h | |
parent | 1. disable sending report and unforbid openwebmail (diff) |
Make net/netmap building on -current again
PR: ports/46267
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
Diffstat (limited to 'net/netmap/files/patch-makelist::config.h')
-rw-r--r-- | net/netmap/files/patch-makelist::config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/netmap/files/patch-makelist::config.h b/net/netmap/files/patch-makelist::config.h new file mode 100644 index 000000000000..7059beb43041 --- /dev/null +++ b/net/netmap/files/patch-makelist::config.h @@ -0,0 +1,10 @@ +--- makelist/config.h.orig Sun Dec 15 14:54:27 2002 ++++ makelist/config.h Sun Dec 15 14:54:27 2002 +@@ -2,6 +2,7 @@ + #define _config_h_ + + #include <string> ++using namespace std; + + extern int par_traceroute; + |