diff options
author | gerald <gerald@FreeBSD.org> | 2003-04-27 06:30:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-04-27 06:30:15 +0800 |
commit | 3341e0c9d89dbdba2b416507055686c3230741bc (patch) | |
tree | f39efb65daa03586676779d38f25f8bf78957498 /lang/gcc32/Makefile | |
parent | 4fe022b400964474609da7a25f7191e2d793df24 (diff) | |
download | freebsd-ports-gnome-3341e0c9d89dbdba2b416507055686c3230741bc.tar.gz freebsd-ports-gnome-3341e0c9d89dbdba2b416507055686c3230741bc.tar.zst freebsd-ports-gnome-3341e0c9d89dbdba2b416507055686c3230741bc.zip |
There is now a version of the bounds-checking patch also for GCC 3.2.3.
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |