summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-06 12:46:09 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-06 12:46:09 +0000
commitf5d85ed7499b7178d2f677a47d01296e1d9e8c90 (patch)
tree772e7014866e22585a7d8eee2b64fd10c5aa2263 /net-wireless
parentAdd explicit targets for amd64 and x86 target platforms to allow cross-compil... (diff)
downloadgentoo-2-f5d85ed7499b7178d2f677a47d01296e1d9e8c90.tar.gz
gentoo-2-f5d85ed7499b7178d2f677a47d01296e1d9e8c90.tar.bz2
gentoo-2-f5d85ed7499b7178d2f677a47d01296e1d9e8c90.zip
Add missing cmake define, bug #414861.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnuradio/ChangeLog6
-rw-r--r--net-wireless/gnuradio/gnuradio-3.6.0.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog
index 6038421caa46..528a3d8355d5 100644
--- a/net-wireless/gnuradio/ChangeLog
+++ b/net-wireless/gnuradio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/gnuradio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.7 2012/05/05 19:19:35 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.8 2012/05/06 12:46:09 chithanh Exp $
+
+ 06 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnuradio-3.6.0.ebuild:
+ Add missing cmake define, bug #414861.
*gnuradio-3.6.0 (05 May 2012)
diff --git a/net-wireless/gnuradio/gnuradio-3.6.0.ebuild b/net-wireless/gnuradio/gnuradio-3.6.0.ebuild
index 61b6dcc19991..73cff3ef1f2d 100644
--- a/net-wireless/gnuradio/gnuradio-3.6.0.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.0.ebuild,v 1.1 2012/05/05 19:19:35 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.0.ebuild,v 1.2 2012/05/06 12:46:09 chithanh Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -93,6 +93,7 @@ src_configure() {
-DENABLE_GR_CORE=ON
-DQWT_INCLUDE_DIRS="${EPREFIX}"/usr/include/qwt5
-DSYSCONFDIR="${EPREFIX}"/etc
+ -DGR_PREFSDIR="${EPREFIX}"/etc/${PN}/conf.d
)
cmake-utils_src_configure
}