opnsense-ports/lang/owl-lisp/files/patch-Makefile
Franco Fichtner b3c5bb6002 */*: sync with upstream
Taken from: FreeBSD
2024-03-20 08:52:32 +01:00

11 lines
397 B
Text

--- Makefile.orig 2024-03-09 07:10:33 UTC
+++ Makefile
@@ -49,7 +49,7 @@ bin/ol: c/ol.c
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
+ # CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
test '!' -f $@ || mv $@ bin/ol-old
mv bin/olp $@