opnsense-ports/emulators/gem5/files/patch-src_SConscript
Franco Fichtner c0e1cc58ae */*: sync with upstream
Taken from: FreeBSD
2015-12-27 09:36:26 +01:00

11 lines
342 B
Text

--- src/SConscript.orig 2015-04-21 15:32:43 UTC
+++ src/SConscript
@@ -165,7 +165,7 @@ class Source(SourceFile):
'''specify the source file, and any guards'''
super(Source, self).__init__(source, **guards)
- self.Werror = Werror
+ self.Werror = False
self.swig = swig
class PySource(SourceFile):