mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
www-client/badwolf: die on configure fail, pass $PKG_CONFIG
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -67,13 +67,14 @@ src_configure() {
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
|
||||
CC="${CC:-cc}" \
|
||||
PKGCONFIG="${PKG_CONFIG:-pkg-config}" \
|
||||
CMD_ED="false" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
WITH_WEBKITGTK="4.1" \
|
||||
PREFIX="/usr" \
|
||||
./configure
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -63,13 +63,14 @@ src_configure() {
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
|
||||
CC="${CC:-cc}" \
|
||||
PKGCONFIG="${PKG_CONFIG:-pkg-config}" \
|
||||
CMD_ED="false" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
WITH_WEBKITGTK="4.1" \
|
||||
PREFIX="/usr" \
|
||||
./configure
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user