gentoo-ebuilds/dev-scheme/owl-lisp/files/owl-lisp-0.2.1-make-no-test.patch
Maciej Barć a0945dd6b1
dev-scheme/owl-lisp: skip char-ready, decouple tests
Closes: https://bugs.gentoo.org/912068
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-08-11 15:53:21 +02:00

10 lines
298 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,6 @@ c/ol.c: fasl/ol.fasl
bin/ol: c/ol.c
# compile the real owl repl binary
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/olp $?
- CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
test '!' -f $@ || mv $@ bin/ol-old
mv bin/olp $@