From ec6cd66b05baeeb303f419fe800eb748f5651105 Mon Sep 17 00:00:00 2001 From: Jonathan Scruggs Date: Thu, 21 Sep 2017 18:24:42 +0100 Subject: app-misc/ddcutil: Fix compile error with -O3 cflag DDCUtil doesn't compile with the -O3 cflag, so replace it with -O2 Closes: https://github.com/gentoo/gentoo/pull/5758 --- app-misc/ddcutil/ddcutil-0.8.4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app-misc/ddcutil') diff --git a/app-misc/ddcutil/ddcutil-0.8.4.ebuild b/app-misc/ddcutil/ddcutil-0.8.4.ebuild index 703177064be..5942efa23a3 100644 --- a/app-misc/ddcutil/ddcutil-0.8.4.ebuild +++ b/app-misc/ddcutil/ddcutil-0.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools linux-info udev user +inherit autotools flag-o-matic linux-info udev user DESCRIPTION="Program for querying and changing monitor settings" HOMEPAGE="http://www.ddcutil.com/" @@ -53,6 +53,9 @@ src_prepare() { } src_configure() { + # Bug 607818. + replace-flags -O3 -O2 + # Python API is still very experimental. local myeconfargs=( $(use_enable usb-monitor usb) -- cgit v1.2.1