summaryrefslogtreecommitdiff
path: root/graphics/goxel/files/patch-SConstruct
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-04-02 09:17:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-04-02 09:17:40 +0000
commit262a4ce04157fae2f0d58abe940e2ddbdc6d3e63 (patch)
tree389cec837270743b7104dafd6ac3d2b0d1603df8 /graphics/goxel/files/patch-SConstruct
parentmath/onednn: Update 3.0.1 → 3.1 (diff)
graphics/goxel: update the port to version 0.12.0
Reported by: portscout
Diffstat (limited to 'graphics/goxel/files/patch-SConstruct')
-rw-r--r--graphics/goxel/files/patch-SConstruct11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/goxel/files/patch-SConstruct b/graphics/goxel/files/patch-SConstruct
index 58485b0130ac..4c6f80575996 100644
--- a/graphics/goxel/files/patch-SConstruct
+++ b/graphics/goxel/files/patch-SConstruct
@@ -1,16 +1,5 @@
--- SConstruct.orig 2022-08-16 08:30:35 UTC
+++ SConstruct
-@@ -45,10 +45,6 @@ if os.environ.get('CC') == 'clang':
- if os.environ.get('CC') == 'clang':
- env.Replace(CC='clang', CXX='clang++')
-
--# Hack for gcc <= 5, since pragma diagnostic push doesn't seem to work.
--if env['CCVERSION'] and int(env['CCVERSION'].split('.')[0]) <= 5:
-- env.Append(CCFLAGS=['-Wno-unused-function'])
--
- # Asan & Ubsan (need to come first).
- if env['mode'] == 'debug' and target_os == 'posix':
- env.Append(CCFLAGS=['-fsanitize=address', '-fsanitize=undefined'],
@@ -70,7 +66,7 @@ if env['mode'] not in ['debug', 'analyze']:
env.Append(CCFLAGS='-Werror')