commit: 6bbc784eb1163ef0e10277d8259149db68199a17 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Wed Dec 23 09:41:28 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Dec 23 09:41:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bbc784e
net-fs/hubicfuse: append-cflags -fcommon Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild index d1fd3fa8..f20d9e52 100644 --- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild +++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit flag-o-matic + DESCRIPTION="Support for mounting HubiC drive in GNU/Linux" HOMEPAGE="https://github.com/TurboGit/hubicfuse" SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -25,6 +27,11 @@ RDEPEND="${DEPEND}" DOCS=( README.md ) +src_configure() { + append-cflags -fcommon + default +} + src_install() { default
