summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-al')
-rw-r--r--math/scilab/patches/patch-al20
1 files changed, 9 insertions, 11 deletions
diff --git a/math/scilab/patches/patch-al b/math/scilab/patches/patch-al
index fa19b726a04..b15c6b60f44 100644
--- a/math/scilab/patches/patch-al
+++ b/math/scilab/patches/patch-al
@@ -1,12 +1,10 @@
-$NetBSD: patch-al,v 1.2 1999/03/05 11:22:35 frueauf Exp $
+$NetBSD: patch-al,v 1.3 1999/12/22 13:25:42 dmcmahill Exp $
---- ./routines/metanet/files.c.orig Sat Aug 8 14:04:52 1998
-+++ ./routines/metanet/files.c Sat Aug 8 14:06:46 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#if defined(netbsd) || defined(freebsd)
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif
+--- ./examples/man-examples/Makefile.orig Thu Nov 4 14:38:02 1999
++++ ./examples/man-examples/Makefile Tue Dec 21 17:52:46 1999
+@@ -17,4 +17,5 @@
+ DIRS = $(DIR1) $(DIR2)
+ TITLES = $(TITLE1) $(TITLE2)
++tests:: all
+ all :: allman
+