mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-libs/biblesync: Fix libdir wrt bug 627878
Gentoo-Bug: 627878 Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user