mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/libsass-python: Remove insane CC opts again
Bug: https://bugs.gentoo.org/881339 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -41,6 +41,9 @@ src_prepare() {
|
||||
echo "${PV}" > .libsass-upstream-version || die
|
||||
distutils-r1_src_prepare
|
||||
export SYSTEM_SASS=1
|
||||
# https://bugs.gentoo.org/881339
|
||||
# the package is applying C++ flags to C sources
|
||||
sed -i -e "s:'-std=gnu++0x',::" -e "s:'-lstdc++'::" setup.py || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
Reference in New Issue
Block a user