diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 23:27:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 23:27:28 +0000 |
commit | fefb49f219f730d0ef3f68b75946ebff493a767b (patch) | |
tree | d547d684f670522b4670878f8fc55aeb6219bb7a /math/octave-devel/files/patch-ab | |
parent | Fix some typos. (diff) |
Misc. build fix.
I changed "--defentry" to "--entry" but everything else is
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=18820
Diffstat (limited to 'math/octave-devel/files/patch-ab')
-rw-r--r-- | math/octave-devel/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab new file mode 100644 index 000000000000..dec511c0c3f6 --- /dev/null +++ b/math/octave-devel/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 + ;; |