mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-misc/spacenavd: Enforce -fcommon
Closes: https://bugs.gentoo.org/708648 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user