diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
commit | 9803c252173e4a110ed908e8a640a9f6d3daf928 (patch) | |
tree | b960b02a38a478117fd94a885a66d5a33dc7e6f6 /devel/i386-rtems-gcc | |
parent | fed612402309789ce2d1998ba15ede2bdce5321b (diff) | |
download | ports-9803c252173e4a110ed908e8a640a9f6d3daf928.tar.gz ports-9803c252173e4a110ed908e8a640a9f6d3daf928.zip |
Notes
Diffstat (limited to 'devel/i386-rtems-gcc')
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |