summaryrefslogtreecommitdiff
path: root/math/octave/patches
diff options
context:
space:
mode:
authoradam <adam>2008-05-02 08:50:46 +0000
committeradam <adam>2008-05-02 08:50:46 +0000
commit6a6cdaa74ba36f6e22bf98b1b50c64fde5e985ed (patch)
treee68852f5c4e5b8385145c88e70d7788192feb987 /math/octave/patches
parentcf3d2e9386872864e7d871e96697376ab72531cf (diff)
downloadpkgsrc-6a6cdaa74ba36f6e22bf98b1b50c64fde5e985ed.tar.gz
Changes 3.0.1:
* This is a bug-fixing release.
Diffstat (limited to 'math/octave/patches')
-rw-r--r--math/octave/patches/patch-ai6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave/patches/patch-ai b/math/octave/patches/patch-ai
index ebd53a0ad34..1d7cce180bd 100644
--- a/math/octave/patches/patch-ai
+++ b/math/octave/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.3 2008/01/11 01:23:44 adam Exp $
+$NetBSD: patch-ai,v 1.4 2008/05/02 08:50:46 adam Exp $
---- liboctave/oct-time.cc.orig 2007-12-10 07:26:20.000000000 +0100
+--- liboctave/oct-time.cc.orig 2008-04-21 18:00:20.000000000 +0200
+++ liboctave/oct-time.cc
@@ -34,6 +34,8 @@ along with Octave; see the file COPYING.
#include <unistd.h>
@@ -11,7 +11,7 @@ $NetBSD: patch-ai,v 1.3 2008/01/11 01:23:44 adam Exp $
#if defined (OCTAVE_USE_WINDOWS_API)
#include <windows.h>
#undef min
-@@ -355,6 +357,9 @@ octave_strptime::init (const std::string
+@@ -358,6 +360,9 @@ octave_strptime::init (const std::string
char *p = strsave (str.c_str ());
char *q = oct_strptime (p, fmt.c_str (), &t);