1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/cad/cider/files/patch-ai
Steve Price d38479ecaa * Do not set NO_WRKSUBDIR to yes. Specify WRKSRC.
* Respect CFLAGS.
* Make less use of __FreeBSD__.
* Use more system-defined make variables.

PR:		15746
Submitted by:	maintainer
1999-12-29 21:32:14 +00:00

21 lines
600 B
Plaintext

*** spice/common/src/lib/fte/x11.c.orig Sat Jan 29 18:48:34 1994
--- spice/common/src/lib/fte/x11.c Sun Dec 12 14:56:50 1999
***************
*** 773,784 ****
--- 773,787 ----
graph->commandline, fx0, fx1, fy0, fy1);
}
+ /* don't use the following if using GNU Readline - AV */
+ #ifndef HAS_GNUREADLINE
/* hack for Gordon Jacobs */
/* add to history list if plothistory is set */
if (cp_getvar("plothistory", VT_BOOL, (char *) &dummy)) {
wl = cp_parse(buf);
(void) cp_addhistent(cp_event++, wl);
}
+ #endif /* HAS_GNUREADLINE */
(void) cp_evloop(buf);