summaryrefslogtreecommitdiff
path: root/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-12-14 08:44:26 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-12-14 08:44:26 +0000
commit93bfd73b8b7e9f519f2995f1b053b47c852cf43f (patch)
treecf2dc3af4756488dd035b514453793cf41339aa0 /net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py
parentAdd http link, as ftp seems temporarily down (diff)
New port: net/ns3
ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. WWW: https://www.nsnam.org/ PR: 203083 Submitted by: Nikola Kolev <koue@chaosophia.net>
Diffstat (limited to 'net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py')
-rw-r--r--net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py b/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py
new file mode 100644
index 000000000000..b2ce83a6d2b4
--- /dev/null
+++ b/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py
@@ -0,0 +1,11 @@
+--- ns-3.24.1/waf-tools/cflags.py.orig 2015-12-12 12:44:40 UTC
++++ ns-3.24.1/waf-tools/cflags.py
+@@ -19,7 +19,7 @@ class GccTraits(CompilerTraits):
+ def __init__(self):
+ super(GccTraits, self).__init__()
+ # cumulative list of warnings per level
+- self.warnings_flags = [['-Wall'], ['-Werror'], ['-Wextra']]
++ self.warnings_flags = [['-Wall'], ['-Wextra']]
+
+ def get_warnings_flags(self, level):
+ warnings = []