From 67e957305cd3dbed53c1a14547ce591274f6efca Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 31 Oct 2022 17:56:05 +0000 Subject: Removing unused eclass and other shortcomings Signed-off-by: ormorph --- app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-mobilephone') diff --git a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild b/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild index 6448bbd0..d6ad153d 100644 --- a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild +++ b/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild @@ -4,7 +4,7 @@ EAPI="7" -inherit eutils +inherit flag-o-matic DESCRIPTION="Library and applications to access GSM mobile phones" HOMEPAGE="http://www.pxh.de/fs/gsmlib/" @@ -25,6 +25,11 @@ PATCHES=( "${FILESDIR}/${P%_pre*}-gcc43.patch" ) +src_configure() { + append-cxxflags "-std=c++11" + econf +} + src_unpack() { unpack ${A} } -- cgit v1.2.1