public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/spacenavd/
Date: Sun,  9 Feb 2020 13:59:53 +0000 (UTC)	[thread overview]
Message-ID: <1581256753.a6b3d60e88ce863e4c5bd26ef81c8a9e9fc4d3d0.sping@gentoo> (raw)

commit:     a6b3d60e88ce863e4c5bd26ef81c8a9e9fc4d3d0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 13:58:23 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 13:59:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3d60e

app-misc/spacenavd: Enforce -fcommon

Closes: https://bugs.gentoo.org/708648
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 app-misc/spacenavd/spacenavd-0.6.ebuild   | 3 ++-
 app-misc/spacenavd/spacenavd-0.7.1.ebuild | 3 ++-
 app-misc/spacenavd/spacenavd-0.7.ebuild   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-misc/spacenavd/spacenavd-0.6.ebuild b/app-misc/spacenavd/spacenavd-0.6.ebuild
index bbf5b9cf9e0..bc0c390694e 100644
--- a/app-misc/spacenavd/spacenavd-0.6.ebuild
+++ b/app-misc/spacenavd/spacenavd-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit epatch linux-info systemd toolchain-funcs udev
+inherit flag-o-matic epatch linux-info systemd toolchain-funcs udev
 
 MY_PN='spacenav'
 DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv daemon"
@@ -37,6 +37,7 @@ src_configure() {
 }
 
 src_compile() {
+	append-cflags -fcommon  # bug 708648
 	emake CC="$(tc-getCC)" \
 		add_cflags="${CFLAGS}" \
 		add_ldflags="${LDFLAGS}"

diff --git a/app-misc/spacenavd/spacenavd-0.7.1.ebuild b/app-misc/spacenavd/spacenavd-0.7.1.ebuild
index efe4773a4fc..e4ff48d27d9 100644
--- a/app-misc/spacenavd/spacenavd-0.7.1.ebuild
+++ b/app-misc/spacenavd/spacenavd-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-info systemd toolchain-funcs udev
+inherit flag-o-matic linux-info systemd toolchain-funcs udev
 
 MY_PN='spacenav'
 DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv daemon"
@@ -24,6 +24,7 @@ pkg_setup() {
 }
 
 src_configure() {
+	append-cflags -fcommon  # bug 708648
 	econf \
 		--disable-debug \
 		--enable-hotplug \

diff --git a/app-misc/spacenavd/spacenavd-0.7.ebuild b/app-misc/spacenavd/spacenavd-0.7.ebuild
index 4c5a57fdbfa..e9fef0e6086 100644
--- a/app-misc/spacenavd/spacenavd-0.7.ebuild
+++ b/app-misc/spacenavd/spacenavd-0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-info systemd toolchain-funcs udev
+inherit flag-o-matic linux-info systemd toolchain-funcs udev
 
 MY_PN='spacenav'
 DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv daemon"
@@ -37,6 +37,7 @@ src_configure() {
 }
 
 src_compile() {
+	append-cflags -fcommon  # bug 708648
 	emake CC="$(tc-getCC)" \
 		add_cflags="${CFLAGS}" \
 		add_ldflags="${LDFLAGS}"


             reply	other threads:[~2020-02-09 13:59 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 13:59 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21 13:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/spacenavd/ Sebastian Pipping
2024-12-21  3:11 Sam James
2024-12-21  3:11 Sam James
2024-12-20 22:58 Sam James
2024-10-03 15:50 Jakov Smolić
2024-10-03 15:35 Sebastian Pipping
2024-10-03  3:43 Sam James
2024-10-03  3:24 Sam James
2022-12-13 15:33 Sebastian Pipping
2022-11-28 20:37 Sebastian Pipping
2022-09-04 22:37 Sebastian Pipping
2022-06-08 13:07 Sebastian Pipping
2022-05-25 12:36 Sebastian Pipping
2022-04-03 20:07 Sebastian Pipping
2021-12-29 13:46 Yixun Lan
2021-03-13 11:37 Sam James
2021-03-13 11:36 Sam James
2021-03-13  9:56 Sam James
2021-02-22  7:12 Sam James
2020-08-25 10:25 Sam James
2020-05-22  8:02 Sergei Trofimovich
2020-05-21  9:05 Agostino Sarubbo
2020-05-21  9:03 Agostino Sarubbo
2020-02-08 15:10 Sebastian Pipping
2020-02-01 19:53 Sebastian Pipping
2020-01-31 22:41 Sebastian Pipping
2018-08-19  8:18 Jonas Stein
2017-10-26 18:54 Thomas Deutschmann
2017-10-06 22:01 Sergei Trofimovich
2017-08-20 15:58 Sebastian Pipping
2017-01-15 19:04 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581256753.a6b3d60e88ce863e4c5bd26ef81c8a9e9fc4d3d0.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox