mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-terms/zutty: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26592 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
63cc740650
commit
a38fdb174f
@@ -1,27 +0,0 @@
|
||||
From 06927a1f2f88bd9d5f4bb8056661ffbc4a0aeb77 Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Smith <matt@offtopica.uk>
|
||||
Date: Wed, 19 Jan 2022 18:07:55 +0000
|
||||
Subject: [PATCH] Remove default CXXFLAGS and LINKFLAGS
|
||||
|
||||
---
|
||||
wscript | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/wscript b/wscript
|
||||
index d2bfbc8..b38b50b 100644
|
||||
--- a/wscript
|
||||
+++ b/wscript
|
||||
@@ -69,10 +69,6 @@ def configure(cfg):
|
||||
['-DDEBUG', '-Og', '-g', '-ggdb'])
|
||||
else:
|
||||
cfg.env.target = 'zutty'
|
||||
- cfg.env.append_value('CXXFLAGS',
|
||||
- ['-Werror', '-O3', '-march=native', '-mtune=native', '-flto'])
|
||||
- cfg.env.append_value('LINKFLAGS',
|
||||
- ['-flto'])
|
||||
|
||||
cfg.check_cfg(package='freetype2', args=['--cflags', '--libs'],
|
||||
uselib_store='FT')
|
||||
--
|
||||
2.34.1
|
||||
|
||||
Reference in New Issue
Block a user