From 9803c252173e4a110ed908e8a640a9f6d3daf928 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 12:00:35 +0000 Subject: BROKEN on 5.1: does not build --- devel/i386-rtems-gcc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/i386-rtems-gcc') diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index ffd29dae010b..e7c730d3fedd 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -23,6 +23,12 @@ PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ MAINTAINER= jeh@FreeBSD.org COMMENT= FSF C/C++-gcc-3.2.1 base-port for RTEMS development +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + LCLTARGET?= i386-rtems GCCNAME= gcc-3.2.1 @@ -76,4 +82,4 @@ post-install: @install-info ${PREFIX}/info/cpp.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/gcc.info ${PREFIX}/info/dir -.include +.include -- cgit v1.2.3