diff options
author | gerald <gerald@FreeBSD.org> | 2003-05-08 06:59:19 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-05-08 06:59:19 +0800 |
commit | 5114d748eb628b7a15bfc8f4d8d086a3d6d3c19d (patch) | |
tree | c293d401bfc117ea647260d805ba7f5b6aac20c5 /lang/gcc28 | |
parent | 561ce80de8a6db5a62cdd5987c3d72b7586f5e8a (diff) | |
download | freebsd-ports-gnome-5114d748eb628b7a15bfc8f4d8d086a3d6d3c19d.tar.gz freebsd-ports-gnome-5114d748eb628b7a15bfc8f4d8d086a3d6d3c19d.tar.zst freebsd-ports-gnome-5114d748eb628b7a15bfc8f4d8d086a3d6d3c19d.zip |
Remove support for bounds checking (which used to be enabled by setting
WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the
author of these patches, removed them from their web-site, saying that they
contain bugs fixed in later versions and strongly suggested to use current
versions of GCC.
PR: 51738
Diffstat (limited to 'lang/gcc28')
-rw-r--r-- | lang/gcc28/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index 2d5d6fdeaa81..180c9a867f6a 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -12,11 +12,6 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcc -.if defined(WANT_BOUNDS_CHECKING) -PATCH_SITES= http://web.inter.nl.net/hcc/Haj.Ten.Brugge/ -PATCHFILES= bounds-checking-2.8.1-1.01.tar.gz -.endif - MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 2.8 |