summaryrefslogtreecommitdiff
path: root/math/octave-current/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-current/patches/patch-aj')
-rw-r--r--math/octave-current/patches/patch-aj22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/octave-current/patches/patch-aj b/math/octave-current/patches/patch-aj
deleted file mode 100644
index 0baa5b1526d..00000000000
--- a/math/octave-current/patches/patch-aj
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aj,v 1.3 2007/09/24 20:56:46 drochner Exp $
-
---- src/syscalls.cc.orig 2007-09-24 16:38:36.000000000 +0200
-+++ src/syscalls.cc
-@@ -236,7 +236,7 @@ For example,\n\
- \n\
- @example\n\
- @group\n\
--[in, out, pid] = popen2 (\"sort\", \"-nr\");\n\
-+[in, out, pid] = popen2 (\"sort\", \"-r\");\n\
- fputs (in, \"these\\nare\\nsome\\nstrings\\n\");\n\
- fclose (in);\n\
- EAGAIN = errno (\"EAGAIN\");\n\
-@@ -352,7 +352,7 @@ fclose (out);\n\
-
- %!test
- %! if (isunix())
--%! [in, out, pid] = popen2 ("sort", "-nr");
-+%! [in, out, pid] = popen2 ("sort", "-r");
- %! EAGAIN = errno ("EAGAIN");
- %! else
- %! [in, out, pid] = popen2 ("sort", "/R");