summarylogtreecommitdiffstats
path: root/fix-build-path.patch
diff options
context:
space:
mode:
authorJames-Adam Renquinha Henri2020-09-20 09:31:58 -0400
committerJames-Adam Renquinha Henri2020-09-20 09:31:58 -0400
commit3bba985c39731edb1236d146921a95a0b69af807 (patch)
tree74c63385cdb52d5a32032d41b03b0f6d65cd47e4 /fix-build-path.patch
parente072ee07ff49a437d4c7b995bc81a5856687bba2 (diff)
downloadaur-3bba985c39731edb1236d146921a95a0b69af807.tar.gz
Update PKGBUILD/.SRCINFO with new upstream repo.
Diffstat (limited to 'fix-build-path.patch')
-rw-r--r--fix-build-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-build-path.patch b/fix-build-path.patch
deleted file mode 100644
index cbe0e07c733a..000000000000
--- a/fix-build-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 $< $@