pkgsrc/math/scilab/patches/patch-ax
dmcmahill 0a4fa9dcb2 enable this on NetBSD>1.5U on alpha since alpha FPC code is now in place.
While here, add some missing headers and squish a LP64 bug.  Passes all
self tests and all but 2 examples on a 1.5ZA alpha.
2002-03-05 21:05:52 +00:00

11 lines
293 B
Text

$NetBSD: patch-ax,v 1.4 2002/03/05 21:05:54 dmcmahill Exp $
--- routines/int/mputi.c.orig Wed Feb 28 05:16:14 2001
+++ routines/int/mputi.c Tue Mar 5 07:36:06 2002
@@ -1,3 +1,6 @@
/* Copyright INRIA */
+#ifdef __NetBSD__
+#include <string.h>
+#endif
#include <stdio.h>
#ifdef __STDC__