diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /devel/gdb66/files/patch-Makefile.in | |
parent | Fix 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 'devel/gdb66/files/patch-Makefile.in')
-rw-r--r-- | devel/gdb66/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb66/files/patch-Makefile.in b/devel/gdb66/files/patch-Makefile.in deleted file mode 100644 index 33ed469d5ff3..000000000000 --- a/devel/gdb66/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gdb/Makefile.in.orig Fri Oct 17 14:44:26 2003 -+++ gdb/Makefile.in Thu Jan 15 11:41:06 2004 -@@ -119,4 +119,4 @@ --READLINE_DIR = ../readline --READLINE = $(READLINE_DIR)/libreadline.a --READLINE_SRC = $(srcdir)/$(READLINE_DIR) --READLINE_CFLAGS = -I$(READLINE_SRC)/.. -+#READLINE_DIR = ../readline -+READLINE = -lreadline -+#READLINE_SRC = $(srcdir)/$(READLINE_DIR) -+#READLINE_CFLAGS = -I$(READLINE_SRC)/.. |