File: 712322_use_local_schmooz.patch

package info (click to toggle)
slib 3c1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,076 kB
  • sloc: lisp: 29,815; makefile: 1,165; sh: 953
file content (27 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Ivo De Decker <ivodd@debian.org>
Date: Tue, 19 May 2020 21:41:07 +0800
Subject: Use local schmooz version to build txi files

Bug-Debian: http://bugs.debian.org/712322
Forwarded: not-needed

The generation of the txi files should be done using the copy of schmooz.scm
in the source, rather than the on from a previous slib version, that gets
installed on the system because scm depends on slib.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2db6845..1940dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ installdirs:
 	mkdir -p $(DESTDIR)$(dvidir)
 
 $(txifiles): slib.texi $(txiscms) schmooz.scm
-	$(SCHEME) -rschmooz -e'(schmooz "$<")'
+	$(SCHEME) -f schmooz.scm -e'(schmooz "$<")'
 
 slib.dvi: slib.texi version.txi $(txifiles) $(texifiles)
 	$(TEXI2DVI) -b -c $<