Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 3/3] profiles/prefix/darwin: Don't modify USE_EXPAND in subprofile
Date: Fri, 02 Apr 2021 14:48:50
Message-Id: 20210402144741.16995-3-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/3] profiles: Sync USE_EXPAND{,_HIDDEN} between base and embedded by "Ulrich Müller"
1 Policy reference:
2 https://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags
3
4 Signed-off-by: Ulrich Müller <ulm@g.o>
5 ---
6 profiles/prefix/darwin/make.defaults | 5 +----
7 1 file changed, 1 insertion(+), 4 deletions(-)
8
9 diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults
10 index 57e1bb0fd545..a6358c79d4bc 100644
11 --- a/profiles/prefix/darwin/make.defaults
12 +++ b/profiles/prefix/darwin/make.defaults
13 @@ -1,4 +1,4 @@
14 -# Copyright 1999-2013 Gentoo Foundation
15 +# Copyright 1999-2021 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 # System-wide defaults for all Darwin profiles
19 @@ -11,8 +11,5 @@ KERNEL="Darwin"
20 # strip isn't GNU
21 FEATURES="nostrip"
22
23 -# ALSA + Darwin != working
24 -USE_EXPAND="-ALSA_CARDS"
25 -
26 # This is the sort of equivalent of --as-needed
27 LDFLAGS="-Wl,-dead_strip_dylibs"
28 --
29 2.31.1