summarylogtreecommitdiffstats
path: root/fix-build-path.patch
diff options
context:
space:
mode:
authorsph2019-06-05 20:44:34 +0200
committersph2019-06-05 20:44:34 +0200
commit69d9a0f18701b91a2819ad7de770b2f633b275c8 (patch)
tree7807df4e1203bcbbc5cabbd014b504152b8022a9 /fix-build-path.patch
parentc513dd9ad2de961bafc06da63ecc7eb2716bdc64 (diff)
downloadaur-69d9a0f18701b91a2819ad7de770b2f633b275c8.tar.gz
apply patch by Jarhmander
Diffstat (limited to 'fix-build-path.patch')
-rw-r--r--fix-build-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-build-path.patch b/fix-build-path.patch
new file mode 100644
index 000000000000..cbe0e07c733a
--- /dev/null
+++ b/fix-build-path.patch
@@ -0,0 +1,11 @@
+--- wisp/Makefile.am.orig 2019-06-04 18:08:38.341783769 -0400
++++ wisp/Makefile.am 2019-06-04 18:03:12.011228420 -0400
+@@ -34,7 +34,7 @@
+
+ # precompile all scheme files
+ .scm.go:
+- $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
++ $(GUILE_TOOLS) compile -L . $(GUILE_WARNINGS) -o "$@" "$<"
+
+ wisp2lisp: wisp.scm ## build only the wisp2lisp converter
+ cp $< $@