# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 src_prepare() { default gkautoreconf } src_configure() { local myopts=( --enable-shared --enable-static ) gkconf "${myopts[@]}" }