diff options
Diffstat (limited to 'lang/egcs/Makefile')
-rw-r--r-- | lang/egcs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index e7bd8820c007..50d2cc95e8aa 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -22,6 +22,10 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + EGCS_REV= egcs-2.91.66 .if ${PORTOBJFORMAT} == "elf" |