diff options
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index c26c4d7e2a3..446ad48b15f 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -37,6 +37,9 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700000 +IGNORE= does not support FreeBSD 7.x and above +.endif .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} BROKEN= "Bus errors in stage2; system compiler may be broken." |