mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
games-puzzle/aaaaxy: remove -Werror from deps
Closes: https://bugs.gentoo.org/887305 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
parent
0d154d51a4
commit
62ca6782c1
@ -34,6 +34,13 @@ BDEPEND="
|
||||
x11-libs/libXxf86vm
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
|
||||
# some dependencies use -Werror
|
||||
find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
}
|
||||
|
@ -34,6 +34,13 @@ BDEPEND="
|
||||
x11-libs/libXxf86vm
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
|
||||
# some dependencies use -Werror
|
||||
find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
}
|
||||
|
@ -34,6 +34,13 @@ BDEPEND="
|
||||
x11-libs/libXxf86vm
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
|
||||
# some dependencies use -Werror
|
||||
find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user