mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-misc/geneweb: fix build
Closes: https://bugs.gentoo.org/942818 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
11
app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch
Normal file
11
app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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 >> $@
|
||||
@@ -49,7 +49,10 @@ BDEPEND="
|
||||
dev-ml/findlib
|
||||
test? ( dev-ml/ounit2 )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gentoo.patch
|
||||
"${FILESDIR}"/${P}-shuffle.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
@@ -64,7 +67,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake distrib
|
||||
emake -j1 distrib
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user