diff options
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r-- | math/octave-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | math/octave-devel/files/patch-ab | 12 |
2 files changed, 0 insertions, 23 deletions
diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa deleted file mode 100644 index 7a5a5b68fd28..000000000000 --- a/math/octave-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/liboctave/Makefile.in.orig Wed May 12 13:10:19 1999 -+++ doc/liboctave/Makefile.in Wed May 12 13:04:51 1999 -@@ -42,7 +42,7 @@ - .PHONY: all - - liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi - - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab deleted file mode 100644 index dec511c0c3f6..000000000000 --- a/math/octave-devel/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Thu May 21 20:16:26 1998 -+++ configure Wed May 12 16:34:24 1999 -@@ -5875,6 +5875,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) $< - - EOF - ;; |