diff options
author | gerald <gerald@FreeBSD.org> | 2003-05-23 07:12:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-05-23 07:12:06 +0800 |
commit | 59667dc1f6fb32a1577dd54fd17b4d7f14e6e759 (patch) | |
tree | 99157f582d05268d69f82c5d5a9b52029a1ede80 /lang/gcc32/files | |
parent | 9b99e10e8f8f85030c869c355efb3896eddc6d71 (diff) | |
download | freebsd-ports-gnome-59667dc1f6fb32a1577dd54fd17b4d7f14e6e759.tar.gz freebsd-ports-gnome-59667dc1f6fb32a1577dd54fd17b4d7f14e6e759.tar.zst freebsd-ports-gnome-59667dc1f6fb32a1577dd54fd17b4d7f14e6e759.zip |
Track upstream update of the patch for WITH_BOUNDSCHECKING (which removed
the previous patch).
Submitted by: lioux
Diffstat (limited to 'lang/gcc32/files')
-rw-r--r-- | lang/gcc32/files/opt.patch-bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc32/files/opt.patch-bc b/lang/gcc32/files/opt.patch-bc index 8b310da4e992..024997f4c17c 100644 --- a/lang/gcc32/files/opt.patch-bc +++ b/lang/gcc32/files/opt.patch-bc @@ -1,7 +1,7 @@ ---- gcc/bounds/lib/malloc/Makefile.orig Fri Sep 28 15:31:19 2001 -+++ gcc/bounds/lib/malloc/Makefile Mon Oct 1 13:58:20 2001 -@@ -52,7 +52,7 @@ VPATH = $(srcdir)/bounds/lib/malloc - SUBDIR_INCLUDES = -I$(srcdir)/bounds/lib/malloc -I../../.. -I$(srcdir) -I$(srcdir)/config -I../../../../include +--- gcc/bounds/lib/Makefile.orig Tue May 20 16:35:05 2003 ++++ gcc/bounds/lib/Makefile Tue May 20 16:35:19 2003 +@@ -14,7 +14,7 @@ + SUBDIR_INCLUDES = -I../.. -I$(srcdir)/bounds/lib -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include # Use this on System V. -CPPFLAGS = -DUSG |