summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2017-08-21 19:53:46 -0400
committerChris Reffett <creffett@gentoo.org>2017-08-21 19:54:44 -0400
commit61663b8376856706bba7c6c6c69893daefdccf38 (patch)
tree548fa4bbb51fe723a7ef5ca87be02ae809d58676 /net-libs/biblesync
parentdev-util/buildbot-worker: Make the init script multi-instance capable (diff)
downloadgentoo-61663b8376856706bba7c6c6c69893daefdccf38.tar.gz
gentoo-61663b8376856706bba7c6c6c69893daefdccf38.tar.bz2
gentoo-61663b8376856706bba7c6c6c69893daefdccf38.zip
net-libs/biblesync: Fix libdir wrt bug 627878
Gentoo-Bug: 627878 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-libs/biblesync')
-rw-r--r--net-libs/biblesync/biblesync-1.1.2-r2.ebuild (renamed from net-libs/biblesync/biblesync-1.1.2-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
index 8a9ea543fea2..f486c14a1bd8 100644
--- a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils
+inherit cmake-utils toolchain-funcs
DESCRIPTION="A multicast protocol to support Bible software shared co-navigation"
HOMEPAGE="http://www.crosswire.org/wiki/BibleSync"
@@ -19,6 +19,7 @@ RDEPEND=""
src_configure() {
local mycmakeargs=(
"-DBUILD_SHARED_LIBS=$(usex !static)"
+ "-DLIBDIR=/usr/$(get_libdir)"
)
cmake-utils_src_configure
}