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 | |
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>
-rw-r--r-- | lang/gcc32/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc32/distinfo | 1 |
2 files changed, 2 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 diff --git a/lang/gcc32/distinfo b/lang/gcc32/distinfo index a6f07a47bb0e..186f6fb6949c 100644 --- a/lang/gcc32/distinfo +++ b/lang/gcc32/distinfo @@ -4,3 +4,4 @@ MD5 (gcc-g++-3.2.3.tar.bz2) = ebb7932d0dc526b10c222a22cc02f180 MD5 (gcc-g77-3.2.3.tar.bz2) = 8bea8cf9734995738552d90cf3f80b62 MD5 (gcc-java-3.2.3.tar.bz2) = 9cf2c5162a582705c1cae06c206e06de MD5 (gcc-objc-3.2.3.tar.bz2) = eaca8b22d4ef2b42b84b877edbdf896b +MD5 (bounds-checking-gcc-3.2.3-1.00.patch.bz2) = fdb0c0af4502a74e774c869f96eec102 |