dev-lang/ruby-2.7.5: fix sed-statement for Darwin

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2022-02-07 10:45:45 +01:00
parent 5c53282724
commit f878c7c2ce

View File

@@ -102,7 +102,7 @@ src_prepare() {
# disable using security framework (GCC barfs on those headers)
sed -i \
-e '/MAC_OS_X_VERSION_MIN_REQUIRED/_DISABLED_/' \
-e 's/MAC_OS_X_VERSION_MIN_REQUIRED/_DISABLED_/' \
random.c || die
fi
fi