diff options
Diffstat (limited to 'lang/gnat-gcc43')
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 6a29d7ec47e7..248093643e68 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -47,6 +47,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700000 +BROKEN= does not compile at 7.x +.endif + gcc_snapshot= 20060818 versionstring= ${PORTVERSION:C/\.[0-9]*$//}-${gcc_snapshot} srcdir= ${WRKDIR}/gcc-${versionstring} |