File: build-with-libedit.patch

package info (click to toggle)
mathomatic 16.0.5-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,192 kB
  • sloc: ansic: 22,029; makefile: 340; sh: 319; python: 96; awk: 39
file content (17 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Bastian Germann <bastiangermann@fishpost.de>
Date: Sun, 26 Jul 2020 22:21:27 +0200
Subject: Build with libedit
---
diff --git a/includes.h b/includes.h
index 2e5667a..f9223fc 100644
--- a/includes.h
+++ b/includes.h
@@ -106,7 +106,7 @@ George Gesslein II, P.O. Box 224, Lansing, NY  14882-0224  USA.
 #include <readline/history.h>
 #endif
 #if	EDITLINE	/* Editline is a stripped down version of readline. */
-#include <editline.h>
+#include <editline/readline.h>
 #endif
 
 /* Include files from the current directory: */