diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 21:26:52 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 21:26:52 +0000 |
commit | 1ce742e2116b37c63e0644a91bb13471cda9ee94 (patch) | |
tree | 04ee963498c034fdfbbf6ea4425cf64052d95dc4 /math/octave/files | |
parent | Upgrade to 5.2.1. (diff) |
Bring Octave up to version 2.0.15.
Obtained from: Bill Fenner's Distfiles listing.
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/octave/files/patch-ab b/math/octave/files/patch-ab index dec511c0c3f6..10fb6b644c30 100644 --- a/math/octave/files/patch-ab +++ b/math/octave/files/patch-ab @@ -1,12 +1,12 @@ ---- configure.orig Thu May 21 20:16:26 1998 -+++ configure Wed May 12 16:34:24 1999 -@@ -5875,6 +5875,9 @@ - +--- configure.orig Fri Jan 21 14:55:43 2000 ++++ configure Fri Jan 21 14:56:25 2000 +@@ -6012,6 +6012,9 @@ unwind-prot.o: unwind-prot.cc $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+ -+xdiv.o: xdiv.cc -+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< ++xdiv.o: xdiv.cc ++ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< ++ EOF ;; + esac |