Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525860 - x11-wm/openbox should not filter -fno-strict-aliasing
Summary: x11-wm/openbox should not filter -fno-strict-aliasing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-19 12:16 UTC by Mikael Magnusson
Modified: 2014-10-19 18:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Magnusson 2014-10-19 12:16:39 UTC
src_prepare() {
	use xdg && python_export_best
	epatch "${FILESDIR}"/${PN}-3.5.2-gnome-session.patch
	sed -i \
		-e "s:-O0 -ggdb ::" \
		-e 's/-fno-strict-aliasing//' \
		"${S}"/m4/openbox.m4 || die
	epatch_user
	eautoreconf
}

We have -fno-strict-aliasing in that file for a reason, please remove this sed statement from the ebuild.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2014-10-19 18:34:29 UTC
I am not going to revbump the package just for this bug so I fixed -9999 and the regular versions/revisions will be fixed when a new revbump is made. Thanks for the report.

+  19 Oct 2014; Markos Chandras <hwoarang@gentoo.org> openbox-9999.ebuild:
+  Keep -fno-strict-aliasing. Bug #525860
+