1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/scilab/files/patch-bs

10 lines
320 B
Plaintext
Raw Normal View History

--- routines/xsci/x_main.c.orig Sat Jan 16 12:34:24 1999
+++ routines/xsci/x_main.c Sat Jan 16 12:35:25 1999
@@ -530,5 +530,5 @@
/* following include needed for solaris */
-#if defined(sparc) && defined(__STDC__)
+#if (defined(sparc) && defined(__STDC__)) && !defined(netbsd)
#include <stropts.h>
#include <poll.h>