summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/patch-doc:interpreter:Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /math/octave-devel/files/patch-doc:interpreter:Makefile.in
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'math/octave-devel/files/patch-doc:interpreter:Makefile.in')
-rw-r--r--math/octave-devel/files/patch-doc:interpreter:Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave-devel/files/patch-doc:interpreter:Makefile.in b/math/octave-devel/files/patch-doc:interpreter:Makefile.in
deleted file mode 100644
index f5e55d53ac7f..000000000000
--- a/math/octave-devel/files/patch-doc:interpreter:Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005
-+++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005
-@@ -89,7 +89,7 @@
- @$(top_srcdir)/move-if-change $@.t $@
-
- octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
-- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $<
-+ -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $<
-
- octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
- -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \