Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/superslicer/
Date: Wed, 28 Dec 2022 18:13:22
Message-Id: 1672251195.b7cc01d34dfa3c99b04693a9f76d5fc11449ce61.slashbeast@gentoo
1 commit: b7cc01d34dfa3c99b04693a9f76d5fc11449ce61
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 17:49:23 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 18:13:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cc01d3
7
8 media-gfx/superslicer: Append -fno-strict-aliasing.
9
10 Closes: https://bugs.gentoo.org/860045
11 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
12
13 ...{superslicer-2.5.59.0-r2.ebuild => superslicer-2.5.59.0-r3.ebuild} | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-gfx/superslicer/superslicer-2.5.59.0-r2.ebuild b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild
17 similarity index 96%
18 rename from media-gfx/superslicer/superslicer-2.5.59.0-r2.ebuild
19 rename to media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild
20 index 08c74ac46f52..5316cceb3c63 100644
21 --- a/media-gfx/superslicer/superslicer-2.5.59.0-r2.ebuild
22 +++ b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild
23 @@ -6,7 +6,7 @@ EAPI=8
24 WX_GTK_VER="3.0-gtk3"
25 MY_PN="SuperSlicer"
26
27 -inherit cmake wxwidgets xdg
28 +inherit cmake wxwidgets xdg flag-o-matic
29
30 DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
31 HOMEPAGE="https://github.com/supermerill/SuperSlicer/"
32 @@ -74,6 +74,8 @@ src_unpack() {
33 src_configure() {
34 CMAKE_BUILD_TYPE="Release"
35
36 + append-flags -fno-strict-aliasing
37 +
38 setup-wxwidgets
39
40 local mycmakeargs=(