diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 17:56:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 17:56:19 +0800 |
commit | 5c8fa3e92521a6101f3e043eb75b7710d69ab25a (patch) | |
tree | cb3fca61cdc874bea6a48e5c593bf65f3e3e2eaa /emulators/ia64sim | |
parent | f0cbf0414748c88d221c600e6e9cb539ba423442 (diff) | |
download | freebsd-ports-gnome-5c8fa3e92521a6101f3e043eb75b7710d69ab25a.tar.gz freebsd-ports-gnome-5c8fa3e92521a6101f3e043eb75b7710d69ab25a.tar.zst freebsd-ports-gnome-5c8fa3e92521a6101f3e043eb75b7710d69ab25a.zip |
This port is now broken in 3 different ways: Checksum mismatch, compiler
errors with gcc 3.x, and compiler errors on !i386 architectures.
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r-- | emulators/ia64sim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 817d240b4113..87c28e2ee4de 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -27,6 +27,10 @@ USE_ZIP= yes BROKEN+= "and does not build with latest gcc" .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + EXTRACT_BEFORE_ARGS= -qLa WRKSRC= ${WRKDIR}/home/chuck/ia64simcc USE_GMAKE= yes |