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-ag
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

24 lines
472 B
Plaintext

*** spice/common/src/lib/fte/signal.c.orig Sat Jan 29 18:48:38 1994
--- spice/common/src/lib/fte/signal.c Sun Dec 12 14:56:46 1999
***************
*** 32,37 ****
--- 32,39 ----
* is true.
*/
+ /* not using SIGINT with GNU Readline - AV */
+ #ifndef HAS_GNUREADLINE
SIGNAL_TYPE
ft_sigintr()
{
***************
*** 58,63 ****
--- 60,66 ----
cp_resetcontrol();
longjmp(jbuf, 1);
}
+ #endif /* !HAS_GNUREADLINE */
/* ARGSUSED */
SIGNAL_TYPE