ports/emulators/gem5/files/patch-src_SConscript
Dmitry Marakasov e89944c8d9 - Unbreak
Approved by:	portmgr blanket
2015-12-26 14:09:40 +00: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):