diff options
author | ormorph <roma251078@mail.ru> | 2022-10-31 17:56:05 +0000 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-31 17:56:05 +0000 |
commit | 67e957305cd3dbed53c1a14547ce591274f6efca (patch) | |
tree | 003b92baeb8778615f569e29d6dfca56aa120e76 /app-mobilephone | |
parent | 87e12510e384f56d90499f6f110814c30afe2fac (diff) | |
download | tde-packaging-gentoo-67e957305cd3dbed53c1a14547ce591274f6efca.tar.gz tde-packaging-gentoo-67e957305cd3dbed53c1a14547ce591274f6efca.zip |
Removing unused eclass and other shortcomings
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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} } |