mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
sys-cluster/genders: removed quotes
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -59,14 +59,14 @@ src_configure() {
|
||||
use java && append-cflags "-I${S}/src/libgenders"
|
||||
use java && append-cflags "$(java-pkg_get-jni-cflags)"
|
||||
|
||||
local myconf="(
|
||||
local myconf=(
|
||||
--disable-static
|
||||
--with-non-shortened-hostnames
|
||||
$(use_with cxx cplusplus-extensions)
|
||||
$(use_with java java-extensions)
|
||||
$(use_with perl perl-extensions)
|
||||
$(use_with python python-extensions)
|
||||
)"
|
||||
)
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
|
||||
@@ -59,14 +59,14 @@ src_configure() {
|
||||
use java && append-cflags "-I${S}/src/libgenders"
|
||||
use java && append-cflags "$(java-pkg_get-jni-cflags)"
|
||||
|
||||
local myconf="(
|
||||
local myconf=(
|
||||
--disable-static
|
||||
--with-non-shortened-hostnames
|
||||
$(use_with cxx cplusplus-extensions)
|
||||
$(use_with java java-extensions)
|
||||
$(use_with perl perl-extensions)
|
||||
$(use_with python python-extensions)
|
||||
)"
|
||||
)
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user