mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d38479ecaa
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
24 lines
472 B
Plaintext
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
|