From 3341e0c9d89dbdba2b416507055686c3230741bc Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 26 Apr 2003 22:30:15 +0000 Subject: There is now a version of the bounds-checking patch also for GCC 3.2.3. Submitted by: Dan Nelson --- lang/gcc32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc32/Makefile') diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 1831681760b2..115e26128550 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -24,7 +24,7 @@ COMMENT?= GNU Compiler Collection 3.2.3 .if defined (WITH_BOUNDSCHECKING) # Fetch another file, but don't extract it. Also add another patchfile. -BCPATCH= bounds-checking-gcc-3.2.2-1.00.patch.bz2 +BCPATCH= bounds-checking-gcc-3.2.3-1.00.patch.bz2 DISTFILES+= ${BCPATCH}:bc EXTRACT_ONLY= ${DISTFILES:S/${BCPATCH}:bc//} EXTRA_PATCHES= ${FILESDIR}/opt.patch-bc -- cgit