Skip to content

Commit

Permalink
app-office/libreoffice: Contribute to global warming
Browse files Browse the repository at this point in the history
When USE=custom-cflags is set, do not manipulate CFLAGS at all.
The build may well fail halfway through, but hey, it's just entropy.

Closes: https://bugs.gentoo.org/756697
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Dec 10, 2020
1 parent fb4fb5d commit c9ae50a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app-office/libreoffice/libreoffice-7.0.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ src_configure() {
if use custom-cflags ; then
elog "USE=custom-cflags has been selected. You are on your own to make sure that"
elog "the build succeeds. Good luck!"
strip-unsupported-flags
else
strip-flags
fi
Expand Down
1 change: 0 additions & 1 deletion app-office/libreoffice/libreoffice-7.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ src_configure() {
if use custom-cflags ; then
elog "USE=custom-cflags has been selected. You are on your own to make sure that"
elog "the build succeeds. Good luck!"
strip-unsupported-flags
else
strip-flags
fi
Expand Down
1 change: 0 additions & 1 deletion app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ src_configure() {
if use custom-cflags ; then
elog "USE=custom-cflags has been selected. You are on your own to make sure that"
elog "the build succeeds. Good luck!"
strip-unsupported-flags
else
strip-flags
fi
Expand Down

0 comments on commit c9ae50a

Please sign in to comment.