Skip to content

Commit

Permalink
dev-python/libsass-python: Remove insane CC opts again
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/881339
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 15, 2022
1 parent 8767a3f commit d102abe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d102abe

Please sign in to comment.