pkgsrc/math/scilab/patches/patch-ai
dmcmahill 353a876869 Update to scilab-4.1. The old version was very out of date and there
have been many many changes including many bug fixes, graphics improvements,
editor improvements, new toolbox functions, etc.
2007-03-23 22:08:55 +00:00

13 lines
429 B
Text

$NetBSD: patch-ai,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
--- routines/os_specific/getmemory.h.orig 2006-10-26 15:52:25.000000000 +0000
+++ routines/os_specific/getmemory.h
@@ -21,7 +21,7 @@
#endif
#endif
#endif
- #if defined(__alpha) && !defined(linux)
+ #if defined(__alpha) && !defined(linux) && !defined(__NetBSD__)
#include <sys/sysinfo.h>
#include <machine/hal_sysinfo.h>
#endif