diff options
Diffstat (limited to 'math/octave-devel/files/patch-ab')
-rw-r--r-- | math/octave-devel/files/patch-ab | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab index 10fb6b644c30..37667cf58d8c 100644 --- a/math/octave-devel/files/patch-ab +++ b/math/octave-devel/files/patch-ab @@ -1,12 +1,20 @@ ---- 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 +--- configure.orig Wed May 7 04:08:03 2003 ++++ configure Tue Jun 10 01:14:35 2003 +@@ -700,7 +700,6 @@ + fi + + ac_tool_prefix= +-test -n "$host_alias" && ac_tool_prefix=$host_alias- + + test "$silent" = yes && exec 6>/dev/null + +@@ -18767,6 +18766,9 @@ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+xdiv.o: xdiv.cc + unwind-prot.o: unwind-prot.cc + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< + ++xdiv.o: xdiv.cc + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< + EOF - ;; - esac |