diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 19:21:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 19:21:47 +0000 |
commit | d35235fb7253100ff7da6c685955e50f7dc3c132 (patch) | |
tree | eac12f6621c2fec102c37044e7d4e7794c711424 /emulators/ia64sim/Makefile | |
parent | 1ec80d948bbdbe640fb127207135af8f586e5964 (diff) | |
download | ports-d35235fb7253100ff7da6c685955e50f7dc3c132.tar.gz ports-d35235fb7253100ff7da6c685955e50f7dc3c132.zip |
Notes
Diffstat (limited to 'emulators/ia64sim/Makefile')
-rw-r--r-- | emulators/ia64sim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 9e450eaf8084..817d240b4113 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -18,12 +18,13 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= IA64 simulator (Intel(R) Architecture 64) +BROKEN= checksum mismatch USE_ZIP= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501103 -BROKEN= "does not build with latest gcc" +BROKEN+= "and does not build with latest gcc" .endif EXTRACT_BEFORE_ARGS= -qLa |