HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/emulators/gem5/files/patch-src_SConscript
--- 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):