mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
14 lines
334 B
Text
14 lines
334 B
Text
*** spice/common/src/lib/fte/resource.c.orig Sat Jan 29 18:48:28 1994
|
|
--- spice/common/src/lib/fte/resource.c Sun Dec 12 14:38:33 1999
|
|
***************
|
|
*** 370,376 ****
|
|
--- 370,378 ----
|
|
long x;
|
|
SIGNAL_TYPE (*orig_signal)( );
|
|
|
|
+ #ifndef __FreeBSD__
|
|
if (getenv("SPICE_NO_DATASEG_CHECK"))
|
|
+ #endif
|
|
return 0;
|
|
|
|
low = 0;
|