mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-misc/lineak-xosdplugin: Set --with-lineak-plugindir
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/683110 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -29,7 +29,10 @@ PATCHES=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable debug) --with-x
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
--with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
|
||||
--with-x
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user