Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=706878
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
DESCRIPTION="Program that can get information from a PnP monitor"
HOMEPAGE="http://www.polypux.org/projects/read-edid/"
CMakeLists.txt || die
cmake-utils_src_prepare
}
+
+src_configure() {
+ append-cflags -fcommon
+ cmake-utils_src_configure
+}