diff options
Diffstat (limited to 'lang/gcc27')
-rw-r--r-- | lang/gcc27/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index d12d3432d3f4..e399f28dadf9 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -26,6 +26,10 @@ LATEST_LINK= gcc27 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GCC_VER= 2.7.2.3 CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GNUHOST=${CONFIGURE_TARGET} GCC_VER=${GCC_VER} |