mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/geneweb: drop gwrepl. fix build on 32 bits platform
Closes: https://bugs.gentoo.org/939948 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
11
app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch
Normal file
11
app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile 2025-03-09 22:24:53.687925515 +0100
|
||||
+++ b/Makefile 2025-03-09 22:26:09.947002074 +0100
|
||||
@@ -85,8 +85,6 @@
|
||||
bin/gwd/dune \
|
||||
bin/gwdiff/dune \
|
||||
bin/gwgc/dune \
|
||||
- bin/gwrepl/dune \
|
||||
- bin/gwrepl/.depend \
|
||||
bin/gwu/dune \
|
||||
bin/setup/dune \
|
||||
bin/update_nldb/dune \
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/Makefile 2025-03-08 23:40:30.912030749 +0100
|
||||
+++ b/Makefile 2025-03-08 23:41:45.208119545 +0100
|
||||
@@ -44,7 +44,7 @@
|
||||
> $@ \
|
||||
&& echo " Done."
|
||||
|
||||
-bin/gwrepl/.depend:
|
||||
+bin/gwrepl/.depend: bin/gwrepl/dune lib/gwdb/dune lib/util/dune lib/core/dune
|
||||
@echo -n "Generating $@…"
|
||||
@pwd > $@
|
||||
@dune top bin/gwrepl >> $@
|
||||
@@ -51,7 +51,7 @@ BDEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gentoo.patch
|
||||
"${FILESDIR}"/${P}-shuffle.patch
|
||||
"${FILESDIR}"/${P}-nogwrepl.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user