diff options
author | asami <asami@FreeBSD.org> | 1999-05-13 07:27:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-13 07:27:28 +0800 |
commit | d5e896aa3370aee06a35810079c0314182249f08 (patch) | |
tree | 2261aef087a0cc9f4b1157498afaae7946604167 /math/octave/files | |
parent | 5a1706270e0ca9a95b2b856a935dc9158892ea08 (diff) | |
download | freebsd-ports-gnome-d5e896aa3370aee06a35810079c0314182249f08.tar.gz freebsd-ports-gnome-d5e896aa3370aee06a35810079c0314182249f08.tar.zst freebsd-ports-gnome-d5e896aa3370aee06a35810079c0314182249f08.zip |
Misc. build fix.
I changed "--defentry" to "--entry" but everything else is
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-aa | 11 | ||||
-rw-r--r-- | math/octave/files/patch-ab | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa new file mode 100644 index 000000000000..7a5a5b68fd28 --- /dev/null +++ b/math/octave/files/patch-aa @@ -0,0 +1,11 @@ +--- 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/files/patch-ab b/math/octave/files/patch-ab new file mode 100644 index 000000000000..dec511c0c3f6 --- /dev/null +++ b/math/octave/files/patch-ab @@ -0,0 +1,12 @@ +--- 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 + ;; |