diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-06-01 09:53:28 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-05 13:27:04 -0400 |
commit | 7e5cdd4b225a12c36908f58c58bd387acd99f8b1 (patch) | |
tree | 556c45770e6ee9b5b9fba68b53577b09dd339f5f /net-wireless/osmobts | |
parent | net-wireless/openbsc: git-2->git-r3 (diff) | |
download | gentoo-7e5cdd4b225a12c36908f58c58bd387acd99f8b1.tar.gz gentoo-7e5cdd4b225a12c36908f58c58bd387acd99f8b1.tar.bz2 gentoo-7e5cdd4b225a12c36908f58c58bd387acd99f8b1.zip |
net-wireless/osmobts: git-2->git-r3
Needs work from someone who actually knows this software and how it
works; otherwise it fails at:
gsm_data_shared.c:36:10: fatal error: openbsc/gsm_data.h: No such file or directory
#include <openbsc/gsm_data.h>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-wireless/osmobts')
-rw-r--r-- | net-wireless/osmobts/osmobts-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-wireless/osmobts/osmobts-9999.ebuild b/net-wireless/osmobts/osmobts-9999.ebuild index 134b5749b7bb..c88880d41de7 100644 --- a/net-wireless/osmobts/osmobts-9999.ebuild +++ b/net-wireless/osmobts/osmobts-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools git-2 +inherit autotools git-r3 DESCRIPTION="Osmocom BTS-Side code (Abis, scheduling)" HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/OsmoBTS" @@ -19,6 +19,7 @@ RDEPEND="${DEPEND}" src_prepare() { eautoreconf + mkdir -p "${S}"/include/openbsc || die wget -O "${S}"/include/openbsc/gsm_data_shared.h http://cgit.osmocom.org/openbsc/plain/openbsc/include/openbsc/gsm_data_shared.h || die wget -O "${S}"/src/common/gsm_data_shared.c http://cgit.osmocom.org/openbsc/plain/openbsc/src/libcommon/gsm_data_shared.c || die |