summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2016-09-02 10:18:11 -0600
committerJason A. Donenfeld <zx2c4@gentoo.org>2016-09-02 10:59:43 -0600
commit8db1fc902d345f1cb9280935e2239dd4d9a6fecf (patch)
tree37023c873f4b0bdb8da2050a090108881fb65ea8 /net-misc/lcr
parentnet-p2p/soulseek-qt: version bump (diff)
downloadgentoo-8db1fc902d345f1cb9280935e2239dd4d9a6fecf.tar.gz
gentoo-8db1fc902d345f1cb9280935e2239dd4d9a6fecf.tar.bz2
gentoo-8db1fc902d345f1cb9280935e2239dd4d9a6fecf.zip
net-wireless/osmocom: modernize
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/lcr')
-rw-r--r--net-misc/lcr/lcr-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/lcr/lcr-9999.ebuild b/net-misc/lcr/lcr-9999.ebuild
index fd6b40bedbd9..8efd7d8fe054 100644
--- a/net-misc/lcr/lcr-9999.ebuild
+++ b/net-misc/lcr/lcr-9999.ebuild
@@ -27,11 +27,12 @@ DEPEND="
RDEPEND="${DEPEND}"
src_prepare() {
+ sed -i 's:#!/usr/bin/env python:#!/usr/bin/env python2:' "${S}"/libgsmhr/fetch_sources.py
eautoreconf
}
src_configure() {
- econf \
+ CXXFLAGS="$CXXFLAGS -I./include" CFLAGS="$CFLAGS -I./include" econf \
$(use_with asterisk) \
$(use_with ssl) \
$(use_with gsm-bs) \